GTM-Cookie-Sync

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

Qu'est-ce que GTM-Cookie-Sync ?

GTM-Cookie-Sync est une extension Chrome développée par blaumedia, et sa fonction principale est "Sync for Go-Gtm-Ga-Proxy; https://github.com/blaumedia/go-gtm-ga-proxy".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GTM-Cookie-Sync

Téléchargez les fichiers d'extension GTM-Cookie-Sync au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GTM-Cookie-Sync GTM-Cookie-Sync
ID jeahakippiaaenjaagcmnmpecaaphcka
URL Officiel https://chromewebstore.google.com/detail/gtm-cookie-sync/jeahakippiaaenjaagcmnmpecaaphcka
Description Sync for Go-Gtm-Ga-Proxy; https://github.com/blaumedia/go-gtm-ga-proxy
Taille du Fichier 61.59 KB
Nombre d'Installations 25
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-06-08
Date de Publication 2020-06-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur blaumedia
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/blaumedia/go-gtm-ga-proxy
URL de la Page d'Aide https://github.com/blaumedia/go-gtm-ga-proxy/issues
URL de la Page de Politique de Confidentialité https://blaumedia.com/blog/Datenschutz
Langues Prises en Charge 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"
        }
    }
}