GTM Helper

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

Wat is GTM Helper?

GTM Helper is een Chrome-extensie ontwikkeld door Alex Kozack, en de belangrijkste functie is "Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GTM Helper

Download GTM Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GTM Helper GTM Helper
ID nlacheihkljhpihchfjpmccafnipcana
Officiële URL https://chromewebstore.google.com/detail/gtm-helper/nlacheihkljhpihchfjpmccafnipcana
Beschrijving Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.
Bestandsgrootte 45.19 KB
Aantal Installaties 125
Huidige Versie 0.0.7
Laatst Bijgewerkt 2023-08-26
Publicatiedatum 2023-07-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Alex Kozack
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://kozack.me
Ondersteunde Talen 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
        }
    ]
}