Trackie
Debug and test tag manager and analytics implementations.
Was ist Trackie?
Trackie ist eine Chrome-Erweiterung, die von https://pualien.github.io/Trackie entwickelt wurde, und ihr Hauptmerkmal ist "Debug and test tag manager and analytics implementations.".
Erweiterungsscreenshots
Trackie-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trackie-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iphjjodolgbelaogcefgpegebgecopeh |
| Offizielle URL | https://chromewebstore.google.com/detail/trackie/iphjjodolgbelaogcefgpegebgecopeh |
| Beschreibung | Debug and test tag manager and analytics implementations. |
| Dateigröße | 172 KB |
| Installationsanzahl | 456 |
| Aktuelle Version | 0.11.12 |
| Letztes Update | 2020-12-14 |
| Veröffentlichungsdatum | 2019-11-15 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | https://pualien.github.io/Trackie |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://pualien.github.io/Trackie/ |
| Hilfeseite URL | https://pualien.github.io/Trackie/ |
| Unterstützte Sprachen | 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"
]
} | |