GTM Helper

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

Co je GTM Helper?

GTM Helper je rozšíření Chrome vyvinuté Alex Kozack, a jeho hlavní funkcí je „Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GTM Helper

Stáhněte si soubory rozšíření GTM Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GTM Helper GTM Helper
ID nlacheihkljhpihchfjpmccafnipcana
Oficiální URL https://chromewebstore.google.com/detail/gtm-helper/nlacheihkljhpihchfjpmccafnipcana
Popis Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.
Velikost souboru 45.19 KB
Počet instalací 125
Aktuální Verze 0.0.7
Poslední Aktualizace 2023-08-26
Datum Vydání 2023-07-25
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Alex Kozack
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://kozack.me
Podporované Jazyky 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
        }
    ]
}