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 là gì?
Roku pixel helper là một tiện ích mở rộng Chrome được phát triển bởi Roku, và tính năng chính của nó là "Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Roku pixel helper
Tải xuống các tệp mở rộng Roku pixel helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Roku pixel helper |
ID | kcpbomhhmopchbefhpphdboleijpjfge |
URL Chính Thức | https://chromewebstore.google.com/detail/roku-pixel-helper/kcpbomhhmopchbefhpphdboleijpjfge |
Mô tả | Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation. |
Kích Thước Tệp | 136 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2024-01-09 |
Ngày Phát Hành | 2023-10-31 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Roku |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ads.roku.com/ |
URL Trang Trợ Giúp | https://help.ads.roku.com/collections/5784517 |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |