Tag Manager Validator
Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.
Tag Manager Validator क्या है?
Tag Manager Validator shailaigade द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tag Manager Validator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cchofejnakigbabpcnlcglfdjhglepam |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tag-manager-validator/cchofejnakigbabpcnlcglfdjhglepam |
विवरण | Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer. |
फ़ाइल का आकार | 1.49 MB |
स्थापना संख्या | 3,000 |
वर्तमान संस्करण | 0.0.3.6 |
अंतिम अपडेट | 2019-10-01 |
प्रकाशन तिथि | 2019-10-01 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | shailaigade |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } |