Exponea Console

Browser extension used to help working with and debugging the Exponea SDK.

O que é Exponea Console?

Exponea Console é uma extensão do Chrome desenvolvida por https://exponea.com, e sua principal característica é "Browser extension used to help working with and debugging the Exponea SDK.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Exponea Console

Baixe arquivos de extensão Exponea Console 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

                        The extension adds a tab to the developer tools and serves as a user-friendly UI for the Exponea SDK. It is used for debugging and working with the SDK – the UI shows the current customer IDs and lists the commands made by the SDK, such as the events that are being tracked.                    

Informações Básicas da Extensão

Nome Exponea Console Exponea Console
ID mmmbicaeeeimceemmbfpjajgodipoaik
URL Oficial https://chromewebstore.google.com/detail/exponea-console/mmmbicaeeeimceemmbfpjajgodipoaik
Descrição Browser extension used to help working with and debugging the Exponea SDK.
Tamanho do Arquivo 1.8 MB
Contagem de Instalações 3,222
Versão Atual 1.3.0
Última Atualização 2021-09-14
Data de Publicação 2021-07-20
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor https://exponea.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://docs.exponea.com/docs/exponea-console
URL da Página de Ajuda https://exponea.com/contact
URL da Página de Política de Privacidade https://exponea.com/terms-of-service/privacy-policy.pdf
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Exponea Console",
    "homepage_url": "https:\/\/docs.exponea.com\/docs\/exponea-console",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "host_permissions": [
        ""
    ],
    "devtools_page": "devtools.html",
    "action": {
        "default_title": "Exponea Console",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src https:\/\/api.exponea.com"
    },
    "version": "1.3.0",
    "description": "Browser extension used to help working with and debugging the Exponea SDK."
}