GTM Helper

inspect GTM containers / inject containers, dataLayer pushes + script code on selected domains when active

GTM Helperとは何ですか?

GTM Helperはhttps://www.analytrix.deによって開発されたChromeの拡張機能で、その主な機能は「inspect GTM containers / inject containers, dataLayer pushes + script code on selected domains when active」です。

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

screenshot
screenshot

GTM Helper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        GTM Helper (formerly "Inject GTM") injects GTM container codes, dataLayer pushes and / or script code into head of every page for testing Google Tag Manager tags and triggers. Can be used for a fast GTM container checkup on analytrix.de. German user interface only. 

1.25:
+ added consent managers: Kick Consent Manager, Cookie Information, TrustArc

1.24:
+ added consent managers: Cookie Law Info, Cookie Notice & Compliance, Borlabs Cookie (alternative version), Axeptio, Compilanz

1.23:
+ added new consent managers: CookieFirst, UserCentrics (might not work on all sites depending on UC setup)

+ UI improvements & fixes

1.22:
+ new function: reset localStorage and cookies for consent tools for the following consent managers: PiwikPRO, CookieBot, OneTrust / CookiePro, CCM19 and Borlabs

1.02:
+ GTM container code injection is back again ;)

0.93:
+ fixed: GTM marker showed up in icon even if no active workspace was selected

0.92:
+ reactivated domain match option for script / dataLayer injection

0.91:
+ execute dataLayer push and / or script from popup without reloading page     
+ perform a GTM container checkup on analytrix.de with one click from any GTM workspace admin page                    

拡張機能の基本情報

名前 GTM Helper GTM Helper
ID kbnbkogeeackdjiibllebnpdccbmepil
公式URL https://chromewebstore.google.com/detail/gtm-helper/kbnbkogeeackdjiibllebnpdccbmepil
説明 inspect GTM containers / inject containers, dataLayer pushes + script code on selected domains when active
ファイルサイズ 31.28 KB
インストール数 1,199
現在のバージョン 1.25
最終更新日 2021-10-17
公開日 2020-04-27
評価 5.00/5 合計 3 レビュー
開発者 https://www.analytrix.de
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.analytrix.de/gtm-helper-chrome-extension.html
プライバシーポリシーページのURL https://www.analytrix.de/datenschutz.html
対応言語 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GTM Helper",
    "version": "1.25",
    "description": "inspect GTM containers \/ inject containers, dataLayer pushes + script code on selected domains when active",
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/injectGTM.png",
            "32": "images\/injectGTM.png",
            "48": "images\/injectGTM_big.png",
            "128": "images\/injectGTM_big.png"
        }
    },
    "icons": {
        "16": "images\/injectGTM.png",
        "32": "images\/injectGTM.png",
        "48": "images\/injectGTM_big.png",
        "128": "images\/injectGTM_big.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}