GTM Helper

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

什麼是GTM Helper?

GTM Helper是由Alex Kozack開發的Chrome擴展程式,該擴展的主要功能是“Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.”。

擴展截圖

screenshot

下載GTM Helper擴展crx文件

下載GTM Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 GTM Helper GTM Helper
ID nlacheihkljhpihchfjpmccafnipcana
官方網址 https://chromewebstore.google.com/detail/gtm-helper/nlacheihkljhpihchfjpmccafnipcana
簡介 Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.
檔案大小 45.19 KB
安裝次數 125
目前版本 0.0.7
更新時間 2023-08-26
上架時間 2023-07-25
評分 5.00/5 共 1 次評分
開發者 Alex Kozack
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://kozack.me
支援的語言 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
        }
    ]
}