Tag Assistant Companion

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

什么是Tag Assistant Companion?

Tag Assistant Companion是由Google开发的Chrome扩展程序,该扩展的主要功能是“The Tag Assistant Companion extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager.”。

扩展截图

screenshot
screenshot
screenshot

下载Tag Assistant Companion扩展crx文件

下载Tag Assistant Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tag Assistant Companion Tag Assistant Companion
ID jmekfmbnaedfebfnmakmokmlfpblbfdm
官方URL https://chromewebstore.google.com/detail/tag-assistant-companion/jmekfmbnaedfebfnmakmokmlfpblbfdm
简介 The Tag Assistant Companion extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager.
文件大小 15.28 KB
安装次数 900,000
当前版本 24.57.2.46
更新时间 2024-02-26
上架时间 2021-01-08
评分 2.51/5 共94次评分
开发者 Google
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tagassistant.google.com
帮助页面URL https://support.google.com/tagassistant/answer/10039345
隐私政策页面URL https://www.google.com/intl/en/policies/privacy
支持的语言 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]"
    }
}