Trackie

Debug and test tag manager and analytics implementations.

Cos'è Trackie?

Trackie è un'estensione di Chrome sviluppata da https://pualien.github.io/Trackie, e la sua funzione principale è "Debug and test tag manager and analytics implementations.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trackie

Scarica i file di estensione Trackie in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Trackie Trackie
ID iphjjodolgbelaogcefgpegebgecopeh
URL Ufficiale https://chromewebstore.google.com/detail/trackie/iphjjodolgbelaogcefgpegebgecopeh
Descrizione Debug and test tag manager and analytics implementations.
Dimensione del File 172 KB
Conteggio Installazioni 456
Versione Corrente 0.11.12
Ultimo Aggiornamento 2020-12-14
Data di Pubblicazione 2019-11-15
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://pualien.github.io/Trackie
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pualien.github.io/Trackie/
URL della Pagina di Aiuto https://pualien.github.io/Trackie/
Lingue Supportate 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"
    ]
}