Trackie
Debug and test tag manager and analytics implementations.
Co je Trackie?
Trackie je rozšíření Chrome vyvinuté https://pualien.github.io/Trackie, a jeho hlavní funkcí je „Debug and test tag manager and analytics implementations.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Trackie
Stáhněte si soubory rozšíření Trackie 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í
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!
Základní Informace o Rozšíření
Název | Trackie |
ID | iphjjodolgbelaogcefgpegebgecopeh |
Oficiální URL | https://chromewebstore.google.com/detail/trackie/iphjjodolgbelaogcefgpegebgecopeh |
Popis | Debug and test tag manager and analytics implementations. |
Velikost souboru | 172 KB |
Počet instalací | 456 |
Aktuální Verze | 0.11.12 |
Poslední Aktualizace | 2020-12-14 |
Datum Vydání | 2019-11-15 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | https://pualien.github.io/Trackie |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://pualien.github.io/Trackie/ |
URL Stránky Nápovědy | https://pualien.github.io/Trackie/ |
Podporované Jazyky | 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" ] } |