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
官方網址 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]"
    }
}