Platform Learn - Configuration New

Setup the Configuration ID to access the Platform Learn

Co je Platform Learn - Configuration New?

Platform Learn - Configuration New je rozšíření Chrome vyvinuté Wouter Van Geluwe, a jeho hlavní funkcí je „Setup the Configuration ID to access the Platform Learn“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Platform Learn - Configuration New

Stáhněte si soubory rozšíření Platform Learn - Configuration New ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Setup the Configuration ID to use the Comprehensive Technical Tutorial for AEP                    

Základní Informace o Rozšíření

Název Platform Learn - Configuration New Platform Learn - Configuration New
ID hhnbkfgioecmhimdhooigajdajplinfi
Oficiální URL https://chrome.google.com/webstore/detail/platform-learn-configurat/hhnbkfgioecmhimdhooigajdajplinfi
Popis Setup the Configuration ID to access the Platform Learn
Velikost souboru 373 KB
Počet instalací 1,085
Aktuální Verze 1.30
Poslední Aktualizace 2022-04-01
Datum Vydání 2020-09-24
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Wouter Van Geluwe
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en
URL Stránky Nápovědy https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en
URL Stránky Zásad Ochrany Soukromí https://public.aepdemo.net/privacypolicy.html
Podporované Jazyky 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\/*"
            ]
        }
    ]
}