Roku pixel helper
Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.
什么是Roku pixel helper?
Roku pixel helper是由Roku开发的Chrome扩展程序,该扩展的主要功能是“Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.”。
扩展截图
下载Roku pixel helper扩展crx文件
下载Roku pixel helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Roku Pixel Helper is a Chrome extension that helps advertisers verify, debug, and troubleshoot warnings or errors during pixel and event installation. For more information on the Roku Pixel Helper, see our Help Center: https://help.ads.roku.com/collections/5784517
By using the Roku Pixel Helper, you agree to the Roku Ads Manager Terms and Conditions: https://docs.roku.com/published/ads-manager-terms-and-conditions
About the Roku base pixel
The Roku base pixel is a piece of JavaScript code that is placed on the advertiser's website or app to measure campaign activity and actions taken by users. A page view event is automatically placed along with the base pixel, allowing advertisers to see how many streamers visited their site or app after seeing their ad. 扩展基本信息
| 名称 | |
| ID | kcpbomhhmopchbefhpphdboleijpjfge |
| 官方URL | https://chromewebstore.google.com/detail/roku-pixel-helper/kcpbomhhmopchbefhpphdboleijpjfge |
| 简介 | Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation. |
| 文件大小 | 136 KB |
| 安装次数 | 47 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2024-01-09 |
| 上架时间 | 2023-10-31 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Roku |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://ads.roku.com/ |
| 帮助页面URL | https://help.ads.roku.com/collections/5784517 |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Roku pixel helper",
"description": "Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.",
"version": "1.0.3",
"action": {
"default_popup": "popup\/popup.html",
"default_icon": "icons\/roku-icon-128-neg.png",
"default_title": "Roku pixel helper"
},
"content_scripts": [
{
"js": [
"scripts\/injector.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"scripts\/content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"permissions": [
"storage",
"tabs"
]
} | |