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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Roku pixel helper |
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" ] } |