Platform Learn - Configuration New

Setup the Configuration ID to access the Platform Learn

什麼是Platform Learn - Configuration New?

Platform Learn - Configuration New是由Wouter Van Geluwe開發的Chrome擴展程式,該擴展的主要功能是“Setup the Configuration ID to access the Platform Learn”。

擴展截圖

screenshot

下載Platform Learn - Configuration New擴展crx文件

下載Platform Learn - Configuration New擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Platform Learn - Configuration New Platform Learn - Configuration New
ID hhnbkfgioecmhimdhooigajdajplinfi
官方網址 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\/*"
            ]
        }
    ]
}