Trackie

Debug and test tag manager and analytics implementations.

Qu'est-ce que Trackie ?

Trackie est une extension Chrome développée par https://pualien.github.io/Trackie, et sa fonction principale est "Debug and test tag manager and analytics implementations.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trackie

Téléchargez les fichiers d'extension Trackie au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Trackie Trackie
ID iphjjodolgbelaogcefgpegebgecopeh
URL Officiel https://chromewebstore.google.com/detail/trackie/iphjjodolgbelaogcefgpegebgecopeh
Description Debug and test tag manager and analytics implementations.
Taille du Fichier 172 KB
Nombre d'Installations 456
Version Actuelle 0.11.12
Dernière Mise à Jour 2020-12-14
Date de Publication 2019-11-15
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://pualien.github.io/Trackie
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pualien.github.io/Trackie/
URL de la Page d'Aide https://pualien.github.io/Trackie/
Langues Prises en Charge 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"
    ]
}