GTM Helper

Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.

GTM Helper là gì?

GTM Helper là một tiện ích mở rộng Chrome được phát triển bởi Alex Kozack, và tính năng chính của nó là "Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.".

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

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

                        This extension simplifies the work with Geegle tag manager. Just select any element on the web page and get several options for configuring GTM triggers. 
No more developer console or CSS selectors.                    

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

Tên GTM Helper GTM Helper
ID nlacheihkljhpihchfjpmccafnipcana
URL Chính Thức https://chromewebstore.google.com/detail/gtm-helper/nlacheihkljhpihchfjpmccafnipcana
Mô tả Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.
Kích Thước Tệp 45.19 KB
Số Lần Cài Đặt 125
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2023-08-26
Ngày Phát Hành 2023-07-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Alex Kozack
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://kozack.me
Ngôn Ngữ Được Hỗ Trợ en,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_APP_NAME__",
    "description": "__MSG_APP_DESCRIPTION__",
    "version": "0.0.7",
    "default_locale": "en",
    "icons": {
        "128": "icons\/128.png"
    },
    "action": [],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/content\/main.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}