GTM-Cookie-Sync

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

什麼是GTM-Cookie-Sync?

GTM-Cookie-Sync是由blaumedia開發的Chrome擴展程式,該擴展的主要功能是“Sync for Go-Gtm-Ga-Proxy; https://github.com/blaumedia/go-gtm-ga-proxy”。

擴展截圖

screenshot

下載GTM-Cookie-Sync擴展crx文件

下載GTM-Cookie-Sync擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 GTM-Cookie-Sync
ID jeahakippiaaenjaagcmnmpecaaphcka
官方網址 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"
        }
    }
}