Platform Learn - Configuration New
Setup the Configuration ID to access the Platform Learn
Cos'è Platform Learn - Configuration New?
Platform Learn - Configuration New è un'estensione di Chrome sviluppata da Wouter Van Geluwe, e la sua funzione principale è "Setup the Configuration ID to access the Platform Learn".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Platform Learn - Configuration New
Scarica i file di estensione Platform Learn - Configuration New in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Setup the Configuration ID to use the Comprehensive Technical Tutorial for AEP
Informazioni di Base sull'Estensione
Nome | |
ID | hhnbkfgioecmhimdhooigajdajplinfi |
URL Ufficiale | https://chrome.google.com/webstore/detail/platform-learn-configurat/hhnbkfgioecmhimdhooigajdajplinfi |
Descrizione | Setup the Configuration ID to access the Platform Learn |
Dimensione del File | 373 KB |
Conteggio Installazioni | 1,085 |
Versione Corrente | 1.30 |
Ultimo Aggiornamento | 2022-04-01 |
Data di Pubblicazione | 2020-09-24 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Wouter Van Geluwe |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en |
URL della Pagina di Aiuto | https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en |
URL della Pagina della Politica sulla Privacy | https://public.aepdemo.net/privacypolicy.html |
Lingue Supportate | 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\/*" ] } ] } |