Platform Learn - Configuration New
Setup the Configuration ID to access the Platform Learn
Wat is Platform Learn - Configuration New?
Platform Learn - Configuration New is een Chrome-extensie ontwikkeld door Wouter Van Geluwe, en de belangrijkste functie is "Setup the Configuration ID to access the Platform Learn".
Extensie Screenshots
Download het CRX-bestand van de extensie Platform Learn - Configuration New
Download Platform Learn - Configuration New-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Setup the Configuration ID to use the Comprehensive Technical Tutorial for AEP
Basisinformatie over de Extensie
Naam | |
ID | hhnbkfgioecmhimdhooigajdajplinfi |
Officiële URL | https://chrome.google.com/webstore/detail/platform-learn-configurat/hhnbkfgioecmhimdhooigajdajplinfi |
Beschrijving | Setup the Configuration ID to access the Platform Learn |
Bestandsgrootte | 373 KB |
Aantal Installaties | 1,085 |
Huidige Versie | 1.30 |
Laatst Bijgewerkt | 2022-04-01 |
Publicatiedatum | 2020-09-24 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Wouter Van Geluwe |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en |
Help Pagina-URL | https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en |
URL van de Privacybeleid Pagina | https://public.aepdemo.net/privacypolicy.html |
Ondersteunde Talen | 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\/*" ] } ] } |