Tag Assistant Companion

The Tag Assistant Companion extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager.

Co je Tag Assistant Companion?

Tag Assistant Companion je rozšíření Chrome vyvinuté Google, a jeho hlavní funkcí je „The Tag Assistant Companion extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Tag Assistant Companion

Stáhněte si soubory rozšíření Tag Assistant Companion ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        When the Chrome extension is present, it enables additional features for Tag Assistant including debugging iframes and debugging multiple windows from the same debug session.                    

Základní Informace o Rozšíření

Název Tag Assistant Companion Tag Assistant Companion
ID jmekfmbnaedfebfnmakmokmlfpblbfdm
Oficiální URL https://chromewebstore.google.com/detail/tag-assistant-companion/jmekfmbnaedfebfnmakmokmlfpblbfdm
Popis The Tag Assistant Companion extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager.
Velikost souboru 15.28 KB
Počet instalací 900,000
Aktuální Verze 24.57.2.46
Poslední Aktualizace 2024-02-26
Datum Vydání 2021-01-08
Hodnocení 2.51/5 Celkem 94 Hodnocení
Vývojář Google
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://tagassistant.google.com
URL Stránky Nápovědy https://support.google.com/tagassistant/answer/10039345
URL Stránky Zásad Ochrany Soukromí https://www.google.com/intl/en/policies/privacy
Podporované Jazyky en
manifest.json
{
    "name": "Tag Assistant Companion",
    "description": "The Tag Assistant Companion extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager.",
    "version": "24.57.2.46",
    "icons": {
        "16": "img\/icon\/icon-blue-16.png",
        "32": "img\/icon\/icon-blue-32.png",
        "48": "img\/icon\/icon-blue-48.png",
        "128": "img\/icon\/icon-blue-128.png"
    },
    "action": {
        "default_icon": "img\/icon\/icon-blue-32.png"
    },
    "background": {
        "service_worker": "api\/background_script_bin.js"
    },
    "permissions": [
        "scripting",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "api\/tag_assistant_api_bin.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.google.com\/*",
            "https:\/\/*.googleprod.com\/*",
            "https:\/\/*.googlers.com\/*"
        ]
    },
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": {
        "email": "[email protected]"
    }
}