GTM Helper

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

Co to jest GTM Helper?

GTM Helper to rozszerzenie Chrome opracowane przez Alex Kozack, a jego główną funkcją jest „Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GTM Helper

Pobierz pliki rozszerzeń GTM Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa GTM Helper GTM Helper
ID nlacheihkljhpihchfjpmccafnipcana
Oficjalny URL https://chromewebstore.google.com/detail/gtm-helper/nlacheihkljhpihchfjpmccafnipcana
Opis Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.
Rozmiar pliku 45.19 KB
Liczba instalacji 125
Aktualna Wersja 0.0.7
Ostatnia Aktualizacja 2023-08-26
Data Publikacji 2023-07-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Alex Kozack
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://kozack.me
Obsługiwane Języki 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
        }
    ]
}