Skip to content

Commit

Permalink
update urls to get media
Browse files Browse the repository at this point in the history
  • Loading branch information
code4clouds authored Sep 11, 2024
1 parent b60d397 commit f5d6745
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions extension/extension-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"page_content": [
{
"page_url": "https://partner.microsoft.com/en-us/dashboard/marketplace-offers/overview",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/guided_tour/Outro.mp4",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/extension/media/Outro.mp4",
"content_type": "bubble",
"jquery_selector": "button[data-automation-id='create-new-button']",
"text": "Step #1 - Use this drop down to select the offer type to publish."
},
{
"page_url": "https://partner.microsoft.com/en-us/dashboard/marketplace-offers/overview",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/guided_tour/Outro.mp4",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/extension/media/Outro.mp4",
"target_title": "Sample video 1",
"content_type": "video",
"jquery_selector": "mix-command-bar"
},
{
"page_url": "https://partner.microsoft.com/en-us/dashboard/marketplace-offers/overview",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/guided_tour/home_workspace_marketplace_offers.mp3",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/extension/media/home_workspace_marketplace_offers.mp3",
"target_title": "Sample audio 3",
"content_type": "audio",
"jquery_selector": "he-task-item:contains('Private offers')"
Expand Down Expand Up @@ -49,7 +49,7 @@
},
{
"page_url": "https://partner.microsoft.com/en-us/dashboard/home",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/guided_tour/Outro.mp4",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/extension/media/Outro.mp4",
"target_title": "Sample video 2",
"content_type": "video",
"jquery_selector": "#workspace-nav-offers-homepagelink"
Expand All @@ -72,21 +72,21 @@
},
{
"page_url": "https://github.com",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/guided_tour/home_workspace_marketplace_offers.mp3",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/extension/media/home_workspace_marketplace_offers.mp3",
"target_title": "Sample audio 1",
"content_type": "audio",
"jquery_selector": ""
},
{
"page_url": "https://github.com",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/guided_tour/home_workspace_marketplace_offers.mp3",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/extension/media/home_workspace_marketplace_offers.mp3",
"target_title": "Sample audio 2",
"content_type": "audio",
"jquery_selector": ""
},
{
"page_url": "https://github",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/guided_tour/Outro.mp4",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/extension/media/Outro.mp4",
"target_title": "Create a new marketplace offer",
"content_type": "bubble",
"jquery_selector": "#workspace-nav-offers-homepagelink",
Expand Down

0 comments on commit f5d6745

Please sign in to comment.