Platform Learn - Configuration New

Setup the Configuration ID to access the Platform Learn

ما هو Platform Learn - Configuration New؟

Platform Learn - Configuration New هو إضافة Chrome تم تطويرها بواسطة Wouter Van Geluwe، والميزة الرئيسية لها هي "Setup the Configuration ID to access the Platform Learn".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Platform Learn - Configuration New

قم بتنزيل ملفات الامتداد Platform Learn - Configuration New بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}