Trackie

Debug and test tag manager and analytics implementations.

¿Qué es Trackie?

Trackie es una extensión de Chrome desarrollada por https://pualien.github.io/Trackie, y su función principal es "Debug and test tag manager and analytics implementations.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Trackie

Descarga archivos de extensión Trackie en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Trackie Trackie
ID iphjjodolgbelaogcefgpegebgecopeh
URL Oficial https://chromewebstore.google.com/detail/trackie/iphjjodolgbelaogcefgpegebgecopeh
Descripción Debug and test tag manager and analytics implementations.
Tamaño del Archivo 172 KB
Cantidad de Instalaciones 456
Versión Actual 0.11.12
Última Actualización 2020-12-14
Fecha de Publicación 2019-11-15
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://pualien.github.io/Trackie
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://pualien.github.io/Trackie/
URL de la Página de Ayuda https://pualien.github.io/Trackie/
Idiomas Soportados 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"
    ]
}