Twitter Pixel Helper

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

Cos'è Twitter Pixel Helper?

Twitter Pixel Helper è un'estensione di Chrome sviluppata da https://ads.twitter.com, e la sua funzione principale è "Displays an icon if there is a Twitter website tag on a given page".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Twitter Pixel Helper

Scarica i file di estensione Twitter Pixel Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Twitter Pixel Helper Twitter Pixel Helper
ID jepminnlebllinfmkhfbkpckogoiefpd
URL Ufficiale https://chromewebstore.google.com/detail/twitter-pixel-helper/jepminnlebllinfmkhfbkpckogoiefpd
Descrizione Displays an icon if there is a Twitter website tag on a given page
Dimensione del File 183 KB
Conteggio Installazioni 61,231
Versione Corrente 2.0.2
Ultimo Aggiornamento 2022-09-09
Data di Pubblicazione 2020-01-27
Valutazione 3.38/5 Totale 16 Valutazioni
Sviluppatore https://ads.twitter.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ads.twitter.com
Lingue Supportate 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"
}