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”。
擴展截圖
下載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 |
ID | jepminnlebllinfmkhfbkpckogoiefpd |
官方網址 | 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" } |