WebExtension.net
WebExtension.net

Tag Assistant Companion

View on Chrome Web Store
View Tag Assistant Companion Chrome Extension on Chrome Web Store
3.0 (188 ratings)
1 new ratings

Data is synced from the Chrome Web Store. View the official store page for the most current information.

The Tag Assistant Companion extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager.
Type
Extension
Users
1,000,000 users
Google
View author page of Google
Published
Published on January 8, 2021
Version 24.311.2.45
Manifest version
3
Updated
Updated on November 7, 2024
View on Chrome Web Store
View Tag Assistant Companion Chrome Extension on Chrome Web Store
productivity/developer
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "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.311.2.45",
    "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"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/embed\/tagging\/info\/sidepanel*"
            ],
            "js": [
                "cms\/sidepanel\/open_side_panel_content_script_compiled.js"
            ],
            "run_at": "document_end"
        }
    ],
    "incognito": "split",
    "permissions": [
        "scripting",
        "sidePanel",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "api\/tag_assistant_api_bin.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "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]"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top