Teads Pixel Helper

Tool providing information on teads tracker's integration

Что такое Teads Pixel Helper?

Teads Pixel Helper - это расширение Chrome, разработанное Teads.com, и его основная функция - "Tool providing information on teads tracker's integration".

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

screenshot
screenshot

Скачать файл CRX расширения Teads Pixel Helper

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

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

                        This extension will allow user / Teads customers to verify the proper setup and firing of Teads pixel on an advertiser website.
A Teads pixel is necessary when a customer is running a performance campaign with Teads.
Proper pixel setup is key as it allows for an optimization on event tracked.                    

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

Название Teads Pixel Helper Teads Pixel Helper
ID pphkfapdogfpoemjlhhadfcmeeogemjo
Официальный URL https://chromewebstore.google.com/detail/teads-pixel-helper/pphkfapdogfpoemjlhhadfcmeeogemjo
Описание Tool providing information on teads tracker's integration
Размер файла 270 KB
Количество установок 2,526
Текущая Версия 4.2.1
Последнее Обновление 2022-12-06
Дата публикации 2020-09-24
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Teads.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Teads Pixel Helper",
    "version": "4.2.1",
    "description": "Tool providing information on teads tracker's integration",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "content\/import-content-script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "js": [
                "content\/import-iframe-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Teads Pixel Helper",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/content-script.js",
                "content\/iframe-script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}