Tag Manager Validator
Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.
Co je Tag Manager Validator?
Tag Manager Validator je rozšíření Chrome vyvinuté shailaigade, a jeho hlavní funkcí je „Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tag Manager Validator
Stáhněte si soubory rozšíření Tag Manager Validator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | cchofejnakigbabpcnlcglfdjhglepam |
Oficiální URL | https://chrome.google.com/webstore/detail/tag-manager-validator/cchofejnakigbabpcnlcglfdjhglepam |
Popis | Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer. |
Velikost souboru | 1.49 MB |
Počet instalací | 3,000 |
Aktuální Verze | 0.0.3.6 |
Poslední Aktualizace | 2019-10-01 |
Datum Vydání | 2019-10-01 |
Hodnocení | 4.00/5 Celkem 4 Hodnocení |
Vývojář | shailaigade |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |