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
官方URL 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
        }
    ]
}