Tag Tracker

Collects and validates media's tags, as well displays the result into info pages

¿Qué es Tag Tracker?

Tag Tracker es una extensión de Chrome desarrollada por Raccoon Marketing Digital, y su función principal es "Collects and validates media's tags, as well displays the result into info pages".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Tag Tracker

Descarga archivos de extensión Tag Tracker 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

                        The two main features of Tag Tracker are the collection and validation of tags. The extension presents the tags in two different places: console and modal. In the console (F12) the tags are shown in real time as they are triggered on the website. The validation done changes the color of the tags to green, red or orange. Green tags are 100% correct. The red ones have parameters that are missing or are not in compliance with the documentation and are fundamental to the functioning of the tag and the oranges have parameters that are missing or are not in conformity with the documentation, however they do not alter the functioning of the tag as much. In modal mode, the tags appear similarly to the console, but with fewer parameters per tag. Their arrangement occurs differently: they are shown by media group (Google Analytics, Facebook, Google Ads). In addition to the tags, the modal contains a filter page, where users can select which media they would like to see, and a report page where the information of the tags is concentrated in a summarized way, just showing the quantities of the tags in their respective states (right, wrong and alerted tags).                    

Información Básica de la Extensión

Nombre Tag Tracker Tag Tracker
ID mgmfcddmmmohghdobbpoomekfhhndien
URL Oficial https://chromewebstore.google.com/detail/tag-tracker/mgmfcddmmmohghdobbpoomekfhhndien
Descripción Collects and validates media's tags, as well displays the result into info pages
Tamaño del Archivo 1.12 MB
Cantidad de Instalaciones 1,153
Versión Actual 1.5.4
Última Actualización 2021-04-18
Fecha de Publicación 2020-05-06
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador Raccoon Marketing Digital
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://tag-tracker.raccoon.ag/
URL de la Página de Ayuda https://tag-tracker.raccoon.ag/#help
URL de la Página de Política de Privacidad https://privacy-policy.raccoon.ag
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tag Tracker",
    "version": "1.5.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Tag Tracker"
    },
    "description": "Collects and validates media's tags, as well displays the result into info pages",
    "icons": {
        "16": "\/img\/logo_tt_16_16.png",
        "32": "\/img\/logo_tt_32_32.png",
        "128": "\/img\/logo_tt_128_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "minimum_chrome_version": "79.0.3945.88",
    "permissions": [
        "activeTab",
        "webRequest",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0QXa9m2Coh110ZpF7IumTCLB\/DchhyAFQm\/iD88gvDGzzBQpa19NTZ5yRt6UKUKb0oWr59RGz81W5BR14DG0KwD5UueRRnQBcMhikjwvq9irXi+z1jKMCYWJ6ATUA0gSNCCLkNTPsEGLvrbReLnI7T7yPHSy76SyvHvPL9UG2sBe0faECBp7XXVQloOaOWYLXysaWM8WcVBHVlg4qpP8Jb8\/rI8qTrPsakgFhT7lj+PJ7RJp39f96dJHJhyAgkSLFIeiEx7WRktuNt9+Qu+Ayh9+0cYS2R9Iqm3R+HrTrOJe7qU6bIJ3dBEA5+kQ8Bc5ifUhls3geU9dqwNvixVN7QIDAQAB",
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com\/gtm.js https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "web_accessible_resources": [
        "img\/*",
        "dataLayerObserver.js"
    ]
}