Quantcast - Tag Inspector

Validate your Measure and Consent tags, and see a summary of your site's audience

Что такое Quantcast - Tag Inspector?

Quantcast - Tag Inspector - это расширение Chrome, разработанное https://quantcast.com, и его основная функция - "Validate your Measure and Consent tags, and see a summary of your site's audience".

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

screenshot
screenshot

Скачать файл CRX расширения Quantcast - Tag Inspector

Скачайте файлы расширений Quantcast - Tag Inspector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The Quantcast Tag Inspector can be used to verify your Quantcast tag is firing correctly                    

Основная информация о расширении

Название Quantcast - Tag Inspector Quantcast - Tag Inspector
ID ffjncjpkoanpjjmcdonkhfammlhfapll
Официальный URL https://chromewebstore.google.com/detail/quantcast-tag-inspector/ffjncjpkoanpjjmcdonkhfammlhfapll
Описание Validate your Measure and Consent tags, and see a summary of your site's audience
Размер файла 378 KB
Количество установок 2,927
Текущая Версия 2.0.18
Последнее Обновление 2023-11-23
Дата публикации 2019-02-01
Рейтинг 4.82/5 Всего 11 оценок
Разработчик https://quantcast.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
URL страницы помощи https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quantcast - Tag Inspector",
    "description": "Validate your Measure and Consent tags, and see a summary of your site's audience",
    "version": "2.0.18",
    "icons": {
        "128": "icon-unchecked.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "uri.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-unchecked.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com\/ https:\/\/www.googleadservices.com\/ https:\/\/cdn.mxpnl.com\/; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webNavigation",
        "",
        "*:\/\/*.quantcast.com\/",
        "*:\/\/*.quantserve.com\/",
        "*:\/\/*.quantserve.com\/"
    ]
}