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
公式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
Eメール [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"
        }
    }
}