WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net

Tag Assistant

View on Chrome Web Store
View Tag Assistant Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (1,205 ratings)
1 new ratings
40 views
This extension has been viewed 40 times

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

The Tag Assistant extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager.
Type
Extension
Users
2,000,000 users
Google
View author page of Google
Published
Published on October 1, 2012
Version 25.64.2.44
Manifest version
3
Updated
Updated on March 6, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Tag Assistant Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "name": "Tag Assistant",
    "description": "The Tag Assistant extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager.",
    "version": "25.64.2.44",
    "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,
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": {
        "email": "[email protected]"
    }
}
© 2025 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