Twitter Pixel Helper

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

Twitter Pixel Helper là gì?

Twitter Pixel Helper là một tiện ích mở rộng Chrome được phát triển bởi https://ads.twitter.com, và tính năng chính của nó là "Displays an icon if there is a Twitter website tag on a given page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter Pixel Helper

Tải xuống các tệp mở rộng Twitter Pixel Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitter Pixel Helper Twitter Pixel Helper
ID jepminnlebllinfmkhfbkpckogoiefpd
URL Chính Thức https://chromewebstore.google.com/detail/twitter-pixel-helper/jepminnlebllinfmkhfbkpckogoiefpd
Mô tả Displays an icon if there is a Twitter website tag on a given page
Kích Thước Tệp 183 KB
Số Lần Cài Đặt 61,231
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2022-09-09
Ngày Phát Hành 2020-01-27
Đánh Giá 3.38/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://ads.twitter.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ads.twitter.com
Ngôn Ngữ Được Hỗ Trợ 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"
}