Twitter Pixel Helper

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

Co to jest Twitter Pixel Helper?

Twitter Pixel Helper to rozszerzenie Chrome opracowane przez https://ads.twitter.com, a jego główną funkcją jest „Displays an icon if there is a Twitter website tag on a given page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Twitter Pixel Helper

Pobierz pliki rozszerzeń Twitter Pixel Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter Pixel Helper Twitter Pixel Helper
ID jepminnlebllinfmkhfbkpckogoiefpd
Oficjalny URL https://chromewebstore.google.com/detail/twitter-pixel-helper/jepminnlebllinfmkhfbkpckogoiefpd
Opis Displays an icon if there is a Twitter website tag on a given page
Rozmiar pliku 183 KB
Liczba instalacji 61,231
Aktualna Wersja 2.0.2
Ostatnia Aktualizacja 2022-09-09
Data Publikacji 2020-01-27
Ocena 3.38/5 Łącznie 16 Oceny
Deweloper https://ads.twitter.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ads.twitter.com
Obsługiwane Języki 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"
}