GTM Helper

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

O que é GTM Helper?

GTM Helper é uma extensão do Chrome desenvolvida por Alex Kozack, e sua principal característica é "Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GTM Helper

Baixe arquivos de extensão GTM Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GTM Helper GTM Helper
ID nlacheihkljhpihchfjpmccafnipcana
URL Oficial https://chromewebstore.google.com/detail/gtm-helper/nlacheihkljhpihchfjpmccafnipcana
Descrição Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.
Tamanho do Arquivo 45.19 KB
Contagem de Instalações 125
Versão Atual 0.0.7
Última Atualização 2023-08-26
Data de Publicação 2023-07-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Alex Kozack
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://kozack.me
Idiomas Suportados 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
        }
    ]
}