Trackie
Debug and test tag manager and analytics implementations.
O que é Trackie?
Trackie é uma extensão do Chrome desenvolvida por https://pualien.github.io/Trackie, e sua principal característica é "Debug and test tag manager and analytics implementations.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Trackie
Baixe arquivos de extensão Trackie 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
Trackie 🐞 is a Chrome extension to enhance debugging 👨🏼💻 of some frequently-used tag management platforms 🌩: - GTM - Tealium - More tag managers supported, as linked in the project homepage In addition Trackie intercepts ⚡️ a lot of most-used tag calls (page view, clicks, checkout...) 🕵🏻♂from: - Google Analytics also v4 property, formerly known as "App + Web" property (with Audiences also) - Many other tags supported, as linked in the project homepage Tag calls can now be exported in csv 💾 in order to better view data collected offline!
Informações Básicas da Extensão
Nome | Trackie |
ID | iphjjodolgbelaogcefgpegebgecopeh |
URL Oficial | https://chromewebstore.google.com/detail/trackie/iphjjodolgbelaogcefgpegebgecopeh |
Descrição | Debug and test tag manager and analytics implementations. |
Tamanho do Arquivo | 172 KB |
Contagem de Instalações | 456 |
Versão Atual | 0.11.12 |
Última Atualização | 2020-12-14 |
Data de Publicação | 2019-11-15 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://pualien.github.io/Trackie |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://pualien.github.io/Trackie/ |
URL da Página de Ajuda | https://pualien.github.io/Trackie/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trackie", "description": "Debug and test tag manager and analytics implementations.", "short_name": "trackie", "version": "0.11.12", "icons": { "48": "i48.png", "128": "i128.png" }, "devtools_page": "devtools.html", "options_page": "options.html", "background": { "scripts": [ "event.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "inject.js", "oo_poly.js" ], "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "declarativeWebRequest", "*:\/\/*\/*", "activeTab", "downloads" ] } |