Twitter Pixel Helper

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

Qu'est-ce que Twitter Pixel Helper ?

Twitter Pixel Helper est une extension Chrome développée par https://ads.twitter.com, et sa fonction principale est "Displays an icon if there is a Twitter website tag on a given page".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Twitter Pixel Helper

Téléchargez les fichiers d'extension Twitter Pixel Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twitter Pixel Helper Twitter Pixel Helper
ID jepminnlebllinfmkhfbkpckogoiefpd
URL Officiel https://chromewebstore.google.com/detail/twitter-pixel-helper/jepminnlebllinfmkhfbkpckogoiefpd
Description Displays an icon if there is a Twitter website tag on a given page
Taille du Fichier 183 KB
Nombre d'Installations 61,231
Version Actuelle 2.0.2
Dernière Mise à Jour 2022-09-09
Date de Publication 2020-01-27
Évaluation 3.38/5 Total 16 Évaluations
Développeur https://ads.twitter.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ads.twitter.com
Langues Prises en Charge 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"
}