Twitter Pixel Helper

Displays an icon if there is a Twitter website tag on a given page

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

Twitter Pixel Helper - это расширение Chrome, разработанное https://ads.twitter.com, и его основная функция - "Displays an icon if there is a Twitter website tag on a given page".

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

screenshot
screenshot

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

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

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

                        The Twitter Pixel Helper is a Chrome extension to help advertisers verify their Twitter website tag implementation.

The Twitter Pixel Helper looks for website tag fires in the background and provides realtime feedback on the implementation, with information such as which website tags were fired and possible implementation mistakes. The number on the extension icon indicates the number of website tag fires. When clicked, a panel expands to show details  on the website tags found, as well as any implementation warnings.                    

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

Название Twitter Pixel Helper Twitter Pixel Helper
ID jepminnlebllinfmkhfbkpckogoiefpd
Официальный URL https://chromewebstore.google.com/detail/twitter-pixel-helper/jepminnlebllinfmkhfbkpckogoiefpd
Описание Displays an icon if there is a Twitter website tag on a given page
Размер файла 183 KB
Количество установок 61,231
Текущая Версия 2.0.2
Последнее Обновление 2022-09-09
Дата публикации 2020-01-27
Рейтинг 3.38/5 Всего 16 оценок
Разработчик https://ads.twitter.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://ads.twitter.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Displays an icon if there is a Twitter website tag on a given page",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "Twitter Pixel Helper",
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "There is a Twitter website tag on this page"
    },
    "permissions": [
        "background",
        "tabs",
        "storage",
        "webRequest",
        "*:\/\/*\/*"
    ],
    "version": "2.0.2"
}