Commanders Act Assistant

Commanders Act Assistant helps to troubleshoot TagCommander implementation and more

Cos'è Commanders Act Assistant?

Commanders Act Assistant è un'estensione di Chrome sviluppata da TagCommander, e la sua funzione principale è "Commanders Act Assistant helps to troubleshoot TagCommander implementation and more".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Commanders Act Assistant

Scarica i file di estensione Commanders Act Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Commanders Act Assistant helps you verify that your technical team has implemented the container(s) and the datalayer correctly on your page. Just navigate to any page and TagCommander Assistant will tell you which container(s) and tags are present, which variables are present with their value, which cookies are used and which hits and scripts are called. TagCommander Assistant also provides the ability to switch from one version of container to another in order to simulate a new or old container version in a LIVE environment.                    

Informazioni di Base sull'Estensione

Nome Commanders Act Assistant Commanders Act Assistant
ID lfaifjhjdolnpnlgeohohaalbeidhlpj
URL Ufficiale https://chromewebstore.google.com/detail/commanders-act-assistant/lfaifjhjdolnpnlgeohohaalbeidhlpj
Descrizione Commanders Act Assistant helps to troubleshoot TagCommander implementation and more
Dimensione del File 405 KB
Conteggio Installazioni 6,520
Versione Corrente 1.2.10
Ultimo Aggiornamento 2020-11-10
Data di Pubblicazione 2019-08-20
Valutazione 4.56/5 Totale 25 Valutazioni
Sviluppatore TagCommander
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.commandersact.com
URL della Pagina della Politica sulla Privacy https://www.commandersact.com/en/privacy
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/panelBackground.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_popup": "popup.html",
        "default_title": "Commanders Act Assistant"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "js\/panelContent.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/taglistener.js"
    ],
    "name": "Commanders Act Assistant",
    "description": "Commanders Act Assistant helps to troubleshoot TagCommander implementation and more",
    "homepage_url": "http:\/\/www.commandersact.com",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "storage",
        "notifications",
        "alarms"
    ],
    "version": "1.2.10",
    "manifest_version": 2,
    "devtools_page": "devtools.html"
}