GTM Helper

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

GTM Helper là gì?

GTM Helper là một tiện ích mở rộng Chrome được phát triển bởi https://www.analytrix.de, và tính năng chính của nó là "inspect GTM containers / inject containers, dataLayer pushes + script code on selected domains when active".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GTM Helper

Tải xuống các tệp mở rộng GTM Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GTM Helper GTM Helper
ID kbnbkogeeackdjiibllebnpdccbmepil
URL Chính Thức https://chromewebstore.google.com/detail/gtm-helper/kbnbkogeeackdjiibllebnpdccbmepil
Mô tả inspect GTM containers / inject containers, dataLayer pushes + script code on selected domains when active
Kích Thước Tệp 31.28 KB
Số Lần Cài Đặt 1,199
Phiên Bản Hiện Tại 1.25
Cập Nhật Lần Cuối 2021-10-17
Ngày Phát Hành 2020-04-27
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.analytrix.de
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.analytrix.de/gtm-helper-chrome-extension.html
URL Trang Chính Sách Bảo Mật https://www.analytrix.de/datenschutz.html
Ngôn Ngữ Được Hỗ Trợ 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
}