GTM-Cookie-Sync
Sync for Go-Gtm-Ga-Proxy; https://github.com/blaumedia/go-gtm-ga-proxy
GTM-Cookie-Sync क्या है?
GTM-Cookie-Sync blaumedia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sync for Go-Gtm-Ga-Proxy; https://github.com/blaumedia/go-gtm-ga-proxy"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GTM-Cookie-Sync एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This plugin enables you to use the Go-Gtm-Ga-Proxy without any problems. It synchronizes the cookies that are set on www.googletagmanager.com to your desired domains. Additionally there is a function that only synchronizes cookies from certain GTM containers to defined domains, so that no GTM cookies are leaked to wrong domains. And what is the point of all this? This plugin allows the trouble-free use of the preview mode in the Google Tag Manager, if you have activated the proxy on your website. Since the gtm.js is no longer obtained directly from Google, GTM unfortunately cannot determine whether you have activated the preview mode through cookies. This plugin works around this problem. ©2018 Google LLC All rights reserved. Google Tag Manager is a trademark of Google LLC. This chrome extension does not stand in association with Google LLC.
एक्सटेंशन की मूल जानकारी
नाम | GTM-Cookie-Sync |
ID | jeahakippiaaenjaagcmnmpecaaphcka |
आधिकारिक URL | https://chromewebstore.google.com/detail/gtm-cookie-sync/jeahakippiaaenjaagcmnmpecaaphcka |
विवरण | Sync for Go-Gtm-Ga-Proxy; https://github.com/blaumedia/go-gtm-ga-proxy |
फ़ाइल का आकार | 61.59 KB |
स्थापना संख्या | 25 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2020-06-08 |
प्रकाशन तिथि | 2020-06-07 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | blaumedia |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/blaumedia/go-gtm-ga-proxy |
सहायता पृष्ठ URL | https://github.com/blaumedia/go-gtm-ga-proxy/issues |
गोपनीयता नीति पृष्ठ URL | https://blaumedia.com/blog/Datenschutz |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GTM-Cookie-Sync", "version": "1.0.2", "description": "Sync for Go-Gtm-Ga-Proxy; https:\/\/github.com\/blaumedia\/go-gtm-ga-proxy", "permissions": [ "cookies", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "images\/gtmSync128.png", "256": "images\/gtmSync256.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_title": "off", "default_icon": { "128": "images\/gtmSync128.png", "256": "images\/gtmSync256.png" } } } |