GTM Tag Assistant - Error Highlighter

An easy way to see tags that error on Google Tag Assistant in Google Tag Manager.

GTM Tag Assistant - Error Highlighterとは何ですか?

GTM Tag Assistant - Error HighlighterはSteve Lamar (ReallyGoodData)によって開発されたChromeの拡張機能で、その主な機能は「An easy way to see tags that error on Google Tag Assistant in Google Tag Manager.」です。

拡張機能のスクリーンショット

screenshot

GTM Tag Assistant - Error Highlighter拡張機能のCRXファイルをダウンロード

GTM Tag Assistant - Error Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Highlight Google Tag Manager (GTM) tags with error messages on the Google Tag Assistant.

You'll see a visual indication for tags that encountered exceptions, failed, or are still running. This allows you to easily identify and troubleshoot errors in your tracking implementation.                    

拡張機能の基本情報

名前 GTM Tag Assistant - Error Highlighter GTM Tag Assistant - Error Highlighter
ID henoooadlnkicamlpjbkenolnhgnochc
公式URL https://chromewebstore.google.com/detail/gtm-tag-assistant-error-h/henoooadlnkicamlpjbkenolnhgnochc
説明 An easy way to see tags that error on Google Tag Assistant in Google Tag Manager.
ファイルサイズ 171 KB
インストール数 1,366
現在のバージョン 0.0.0.1
最終更新日 2023-09-19
公開日 2023-09-19
評価 5.00/5 合計 1 レビュー
開発者 Steve Lamar (ReallyGoodData)
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://reallygooddata.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GTM Tag Assistant - Error Highlighter",
    "description": "An easy way to see tags that error on Google Tag Assistant in Google Tag Manager.",
    "version": "0.0.0.1",
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tagassistant.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}