Twitter Pixel Helper

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

Co je Twitter Pixel Helper?

Twitter Pixel Helper je rozšíření Chrome vyvinuté https://ads.twitter.com, a jeho hlavní funkcí je „Displays an icon if there is a Twitter website tag on a given page“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Twitter Pixel Helper

Stáhněte si soubory rozšíření Twitter Pixel Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Twitter Pixel Helper Twitter Pixel Helper
ID jepminnlebllinfmkhfbkpckogoiefpd
Oficiální URL https://chromewebstore.google.com/detail/twitter-pixel-helper/jepminnlebllinfmkhfbkpckogoiefpd
Popis Displays an icon if there is a Twitter website tag on a given page
Velikost souboru 183 KB
Počet instalací 61,231
Aktuální Verze 2.0.2
Poslední Aktualizace 2022-09-09
Datum Vydání 2020-01-27
Hodnocení 3.38/5 Celkem 16 Hodnocení
Vývojář https://ads.twitter.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ads.twitter.com
Podporované Jazyky 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"
}