GTM-Cookie-Sync

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

Что такое GTM-Cookie-Sync?

GTM-Cookie-Sync - это расширение Chrome, разработанное blaumedia, и его основная функция - "Sync for Go-Gtm-Ga-Proxy; https://github.com/blaumedia/go-gtm-ga-proxy".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения GTM-Cookie-Sync

Скачайте файлы расширений 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
Электронная почта [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"
        }
    }
}