Twitter Pixel Helper

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

Vad är Twitter Pixel Helper?

Twitter Pixel Helper är en Chrome-tillägg utvecklad av https://ads.twitter.com, och dess huvudfunktion är "Displays an icon if there is a Twitter website tag on a given page".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Twitter Pixel Helper-förlängningens CRX-fil

Ladda ner Twitter Pixel Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Twitter Pixel Helper Twitter Pixel Helper
ID jepminnlebllinfmkhfbkpckogoiefpd
Officiell webbadress https://chromewebstore.google.com/detail/twitter-pixel-helper/jepminnlebllinfmkhfbkpckogoiefpd
Beskrivning Displays an icon if there is a Twitter website tag on a given page
Filstorlek 183 KB
Antal Installationer 61,231
Aktuell Version 2.0.2
Senast Uppdaterad 2022-09-09
Publiceringsdatum 2020-01-27
Betyg 3.38/5 Totalt 16 Betyg
Utvecklare https://ads.twitter.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ads.twitter.com
Stödda Språk 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"
}