GTM Helper

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

Vad är GTM Helper?

GTM Helper är en Chrome-tillägg utvecklad av Alex Kozack, och dess huvudfunktion är "Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.".

Tilläggsskärmbilder

screenshot

Ladda ner GTM Helper-förlängningens CRX-fil

Ladda ner GTM Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn GTM Helper GTM Helper
ID nlacheihkljhpihchfjpmccafnipcana
Officiell webbadress https://chromewebstore.google.com/detail/gtm-helper/nlacheihkljhpihchfjpmccafnipcana
Beskrivning Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.
Filstorlek 45.19 KB
Antal Installationer 125
Aktuell Version 0.0.7
Senast Uppdaterad 2023-08-26
Publiceringsdatum 2023-07-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Alex Kozack
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://kozack.me
Stödda Språk 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
        }
    ]
}