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