Platform Learn - Configuration New
Setup the Configuration ID to access the Platform Learn
What is Platform Learn - Configuration New?
Platform Learn - Configuration New is a Chrome extension developed by Wouter Van Geluwe, and its main feature is "Setup the Configuration ID to access the Platform Learn".
Extension Screenshots
Download Platform Learn - Configuration New Extension CRX File
Download Platform Learn - Configuration New extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Setup the Configuration ID to use the Comprehensive Technical Tutorial for AEP Extension Basic Information
| Name | |
| ID | hhnbkfgioecmhimdhooigajdajplinfi |
| Official URL | https://chrome.google.com/webstore/detail/platform-learn-configurat/hhnbkfgioecmhimdhooigajdajplinfi |
| Description | Setup the Configuration ID to access the Platform Learn |
| File Size | 373 KB |
| Installation Count | 1,085 |
| Current Version | 1.30 |
| Last Updated | 2022-04-01 |
| Publish Date | 2020-09-24 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | Wouter Van Geluwe |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en |
| Help Page URL | https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en |
| Privacy Policy Page URL | https://public.aepdemo.net/privacypolicy.html |
| Supported Languages | 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\/*"
]
}
]
} | |