Tag Manager Validator
Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.
Qu'est-ce que Tag Manager Validator ?
Tag Manager Validator est une extension Chrome développée par shailaigade, et sa fonction principale est "Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tag Manager Validator
Téléchargez les fichiers d'extension Tag Manager Validator 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
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.
Informations de Base sur l'Extension
Nom | |
ID | cchofejnakigbabpcnlcglfdjhglepam |
URL Officiel | https://chrome.google.com/webstore/detail/tag-manager-validator/cchofejnakigbabpcnlcglfdjhglepam |
Description | Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer. |
Taille du Fichier | 1.49 MB |
Nombre d'Installations | 3,000 |
Version Actuelle | 0.0.3.6 |
Dernière Mise à Jour | 2019-10-01 |
Date de Publication | 2019-10-01 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | shailaigade |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |