Platform Learn - Configuration New
Setup the Configuration ID to access the Platform Learn
Qu'est-ce que Platform Learn - Configuration New ?
Platform Learn - Configuration New est une extension Chrome développée par Wouter Van Geluwe, et sa fonction principale est "Setup the Configuration ID to access the Platform Learn".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Platform Learn - Configuration New
Téléchargez les fichiers d'extension Platform Learn - Configuration New au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Setup the Configuration ID to use the Comprehensive Technical Tutorial for AEP
Informations de Base sur l'Extension
Nom | |
ID | hhnbkfgioecmhimdhooigajdajplinfi |
URL Officiel | https://chrome.google.com/webstore/detail/platform-learn-configurat/hhnbkfgioecmhimdhooigajdajplinfi |
Description | Setup the Configuration ID to access the Platform Learn |
Taille du Fichier | 373 KB |
Nombre d'Installations | 1,085 |
Version Actuelle | 1.30 |
Dernière Mise à Jour | 2022-04-01 |
Date de Publication | 2020-09-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Wouter Van Geluwe |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en |
URL de la Page d'Aide | https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en |
URL de la Page de Politique de Confidentialité | https://public.aepdemo.net/privacypolicy.html |
Langues Prises en Charge | 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\/*" ] } ] } |