Twitter Pixel Helper

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

Twitter Pixel Helperとは何ですか?

Twitter Pixel Helperはhttps://ads.twitter.comによって開発されたChromeの拡張機能で、その主な機能は「Displays an icon if there is a Twitter website tag on a given page」です。

拡張機能のスクリーンショット

screenshot
screenshot

Twitter Pixel Helper拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}