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
官方網址 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
電子郵箱 [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
}