Twitter Pixel Helper

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

Τι είναι το Twitter Pixel Helper;

Το Twitter Pixel Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ads.twitter.com, και η κύρια λειτουργία του είναι "Displays an icon if there is a Twitter website tag on a given page".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Twitter Pixel Helper

Λήψη αρχείων επέκτασης Twitter Pixel Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Twitter Pixel Helper Twitter Pixel Helper
ID jepminnlebllinfmkhfbkpckogoiefpd
Επίσημο URL https://chromewebstore.google.com/detail/twitter-pixel-helper/jepminnlebllinfmkhfbkpckogoiefpd
Περιγραφή Displays an icon if there is a Twitter website tag on a given page
Μέγεθος Αρχείου 183 KB
Αριθμός Εγκαταστάσεων 61,231
Τρέχουσα Έκδοση 2.0.2
Τελευταία Ενημέρωση 2022-09-09
Ημερομηνία Δημοσίευσης 2020-01-27
Αξιολόγηση 3.38/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής https://ads.twitter.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://ads.twitter.com
Υποστηριζόμενες Γλώσσες 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"
}