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 |
官方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" } |