Platform Learn - Configuration New
Setup the Configuration ID to access the Platform Learn
Vad är Platform Learn - Configuration New?
Platform Learn - Configuration New är en Chrome-tillägg utvecklad av Wouter Van Geluwe, och dess huvudfunktion är "Setup the Configuration ID to access the Platform Learn".
Tilläggsskärmbilder
Ladda ner Platform Learn - Configuration New-förlängningens CRX-fil
Ladda ner Platform Learn - Configuration New-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Setup the Configuration ID to use the Comprehensive Technical Tutorial for AEP
Grundläggande Information om Tillägg
Namn | |
ID | hhnbkfgioecmhimdhooigajdajplinfi |
Officiell webbadress | https://chrome.google.com/webstore/detail/platform-learn-configurat/hhnbkfgioecmhimdhooigajdajplinfi |
Beskrivning | Setup the Configuration ID to access the Platform Learn |
Filstorlek | 373 KB |
Antal Installationer | 1,085 |
Aktuell Version | 1.30 |
Senast Uppdaterad | 2022-04-01 |
Publiceringsdatum | 2020-09-24 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Wouter Van Geluwe |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en |
Hjälpsida URL | https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en |
URL till Sekretesspolicy Sidan | https://public.aepdemo.net/privacypolicy.html |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Platform Learn - Configuration New", "description": "Setup the Configuration ID to access the Platform Learn", "version": "1.30", "manifest_version": 2, "browser_action": { "default_icon": "assets\/img\/icon.png", "default_title": "teste" }, "permissions": [ "storage", "https:\/\/experienceleague.adobe.com\/*", "https:\/\/experienceleague.corp.adobe.com\/*", "https:\/\/docs-stg.corp.adobe.com\/*", "https:\/\/563xc890w6.execute-api.us-west-2.amazonaws.com\/prod", "https:\/\/builder.adobedemo.com\/run\/*" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/use.typekit.net; object-src 'self'", "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/experienceleague.adobe.com\/docs\/platform-learn\/comprehensive-technical-tutorial\/*", "https:\/\/experienceleague.adobe.com\/docs\/platform-learn\/comprehensive-technical-tutorial-v21\/*", "https:\/\/experienceleague.corp.adobe.com\/*", "https:\/\/experienceleague.corp.adobe.com\/docs\/platform-learn\/comprehensive-technical-tutorial-v21\/*", "https:\/\/docs-stg.corp.adobe.com\/content\/help\/*\/platform-learn\/*", "https:\/\/experienceleague.adobe.com\/docs\/platform-learn\/comprehensive-technical-tutorial-v22\/*", "https:\/\/experienceleague.corp.adobe.com\/docs\/platform-learn\/comprehensive-technical-tutorial-v22\/*", "https:\/\/builder.adobedemo.com\/run\/*" ] } ] } |