Platform Learn - Configuration New

Setup the Configuration ID to access the Platform Learn

Platform Learn - Configuration New क्या है?

Platform Learn - Configuration New Wouter Van Geluwe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Setup the Configuration ID to access the Platform Learn"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Platform Learn - Configuration New एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Platform Learn - Configuration New Platform Learn - Configuration New
ID hhnbkfgioecmhimdhooigajdajplinfi
आधिकारिक URL https://chrome.google.com/webstore/detail/platform-learn-configurat/hhnbkfgioecmhimdhooigajdajplinfi
विवरण Setup the Configuration ID to access the Platform Learn
फ़ाइल का आकार 373 KB
स्थापना संख्या 1,085
वर्तमान संस्करण 1.30
अंतिम अपडेट 2022-04-01
प्रकाशन तिथि 2020-09-24
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Wouter Van Geluwe
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en
सहायता पृष्ठ URL https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en
गोपनीयता नीति पृष्ठ URL https://public.aepdemo.net/privacypolicy.html
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}