GTM Helper

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

What is GTM Helper?

GTM Helper is a Chrome extension developed by Alex Kozack, and its main feature is "Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.".

Extension Screenshots

screenshot

Download GTM Helper Extension CRX File

Download GTM Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name GTM Helper GTM Helper
ID nlacheihkljhpihchfjpmccafnipcana
Official URL https://chromewebstore.google.com/detail/gtm-helper/nlacheihkljhpihchfjpmccafnipcana
Description Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.
File Size 45.19 KB
Installation Count 125
Current Version 0.0.7
Last Updated 2023-08-26
Publish Date 2023-07-25
Rating 5.00/5 Total 1 Ratings
Developer Alex Kozack
Email [email protected]
Payment Type free
Help Page URL https://kozack.me
Supported Languages 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
        }
    ]
}