GTM Helper
inspect GTM containers / inject containers, dataLayer pushes + script code on selected domains when active
GTM Helper क्या है?
GTM Helper https://www.analytrix.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "inspect GTM containers / inject containers, dataLayer pushes + script code on selected domains when active"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GTM Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
GTM Helper (formerly "Inject GTM") injects GTM container codes, dataLayer pushes and / or script code into head of every page for testing Google Tag Manager tags and triggers. Can be used for a fast GTM container checkup on analytrix.de. German user interface only. 1.25: + added consent managers: Kick Consent Manager, Cookie Information, TrustArc 1.24: + added consent managers: Cookie Law Info, Cookie Notice & Compliance, Borlabs Cookie (alternative version), Axeptio, Compilanz 1.23: + added new consent managers: CookieFirst, UserCentrics (might not work on all sites depending on UC setup) + UI improvements & fixes 1.22: + new function: reset localStorage and cookies for consent tools for the following consent managers: PiwikPRO, CookieBot, OneTrust / CookiePro, CCM19 and Borlabs 1.02: + GTM container code injection is back again ;) 0.93: + fixed: GTM marker showed up in icon even if no active workspace was selected 0.92: + reactivated domain match option for script / dataLayer injection 0.91: + execute dataLayer push and / or script from popup without reloading page + perform a GTM container checkup on analytrix.de with one click from any GTM workspace admin page
एक्सटेंशन की मूल जानकारी
नाम | GTM Helper |
ID | kbnbkogeeackdjiibllebnpdccbmepil |
आधिकारिक URL | https://chromewebstore.google.com/detail/gtm-helper/kbnbkogeeackdjiibllebnpdccbmepil |
विवरण | inspect GTM containers / inject containers, dataLayer pushes + script code on selected domains when active |
फ़ाइल का आकार | 31.28 KB |
स्थापना संख्या | 1,199 |
वर्तमान संस्करण | 1.25 |
अंतिम अपडेट | 2021-10-17 |
प्रकाशन तिथि | 2020-04-27 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://www.analytrix.de |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.analytrix.de/gtm-helper-chrome-extension.html |
गोपनीयता नीति पृष्ठ URL | https://www.analytrix.de/datenschutz.html |
समर्थित भाषाएँ | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GTM Helper", "version": "1.25", "description": "inspect GTM containers \/ inject containers, dataLayer pushes + script code on selected domains when active", "permissions": [ "activeTab", "cookies", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/injectGTM.png", "32": "images\/injectGTM.png", "48": "images\/injectGTM_big.png", "128": "images\/injectGTM_big.png" } }, "icons": { "16": "images\/injectGTM.png", "32": "images\/injectGTM.png", "48": "images\/injectGTM_big.png", "128": "images\/injectGTM_big.png" }, "content_scripts": [ { "matches": [ " |