Tag Manager Validator

Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.

Cos'è Tag Manager Validator?

Tag Manager Validator è un'estensione di Chrome sviluppata da shailaigade, e la sua funzione principale è "Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tag Manager Validator

Scarica i file di estensione Tag Manager Validator 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

                        This is a quick and easy way to validate your tag management and datalayer. You can also compare it with the analytics request side by side.

Added third party tags like: Facebook Pixel, Criteo Tag, Adform Pixel and Adwords Conversion & Remarketing. We will continue adding more tags, so we dont need any other plugins for tag validations.

The next release will come in a month or two because we are trying to clean up the code and making it more dynamic and easier to maintain.

PLEASE CONTINUE sending bugs or other feedback with the feedback button.                    

Informazioni di Base sull'Estensione

Nome Tag Manager Validator Tag Manager Validator
ID cchofejnakigbabpcnlcglfdjhglepam
URL Ufficiale https://chrome.google.com/webstore/detail/tag-manager-validator/cchofejnakigbabpcnlcglfdjhglepam
Descrizione Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.
Dimensione del File 1.49 MB
Conteggio Installazioni 3,000
Versione Corrente 0.0.3.6
Ultimo Aggiornamento 2019-10-01
Data di Pubblicazione 2019-10-01
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore shailaigade
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon-32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.",
    "manifest_version": 2,
    "name": "Tag Manager Validator",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "browsingData",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.0.3.6",
    "web_accessible_resources": [
        "\/js\/*"
    ]
}