GTM-Cookie-Sync

Sync for Go-Gtm-Ga-Proxy; https://github.com/blaumedia/go-gtm-ga-proxy

Wat is GTM-Cookie-Sync?

GTM-Cookie-Sync is een Chrome-extensie ontwikkeld door blaumedia, en de belangrijkste functie is "Sync for Go-Gtm-Ga-Proxy; https://github.com/blaumedia/go-gtm-ga-proxy".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GTM-Cookie-Sync

Download GTM-Cookie-Sync-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GTM-Cookie-Sync GTM-Cookie-Sync
ID jeahakippiaaenjaagcmnmpecaaphcka
Officiële URL https://chromewebstore.google.com/detail/gtm-cookie-sync/jeahakippiaaenjaagcmnmpecaaphcka
Beschrijving Sync for Go-Gtm-Ga-Proxy; https://github.com/blaumedia/go-gtm-ga-proxy
Bestandsgrootte 61.59 KB
Aantal Installaties 25
Huidige Versie 1.0.2
Laatst Bijgewerkt 2020-06-08
Publicatiedatum 2020-06-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar blaumedia
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/blaumedia/go-gtm-ga-proxy
Help Pagina-URL https://github.com/blaumedia/go-gtm-ga-proxy/issues
URL van de Privacybeleid Pagina https://blaumedia.com/blog/Datenschutz
Ondersteunde Talen 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"
        }
    }
}