Platform Learn - Configuration New

Setup the Configuration ID to access the Platform Learn

O que é Platform Learn - Configuration New?

Platform Learn - Configuration New é uma extensão do Chrome desenvolvida por Wouter Van Geluwe, e sua principal característica é "Setup the Configuration ID to access the Platform Learn".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Platform Learn - Configuration New

Baixe arquivos de extensão Platform Learn - Configuration New no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Platform Learn - Configuration New Platform Learn - Configuration New
ID hhnbkfgioecmhimdhooigajdajplinfi
URL Oficial https://chrome.google.com/webstore/detail/platform-learn-configurat/hhnbkfgioecmhimdhooigajdajplinfi
Descrição Setup the Configuration ID to access the Platform Learn
Tamanho do Arquivo 373 KB
Contagem de Instalações 1,085
Versão Atual 1.30
Última Atualização 2022-04-01
Data de Publicação 2020-09-24
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Wouter Van Geluwe
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en
URL da Página de Ajuda https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en
URL da Página de Política de Privacidade https://public.aepdemo.net/privacypolicy.html
Idiomas Suportados 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\/*"
            ]
        }
    ]
}