Roku pixel helper
Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.
Vad är Roku pixel helper?
Roku pixel helper är en Chrome-tillägg utvecklad av Roku, och dess huvudfunktion är "Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.".
Tilläggsskärmbilder
Ladda ner Roku pixel helper-förlängningens CRX-fil
Ladda ner Roku pixel helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Roku pixel helper |
ID | kcpbomhhmopchbefhpphdboleijpjfge |
Officiell webbadress | https://chromewebstore.google.com/detail/roku-pixel-helper/kcpbomhhmopchbefhpphdboleijpjfge |
Beskrivning | Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation. |
Filstorlek | 136 KB |
Antal Installationer | 47 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2024-01-09 |
Publiceringsdatum | 2023-10-31 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Roku |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://ads.roku.com/ |
Hjälpsida URL | https://help.ads.roku.com/collections/5784517 |
Stödda Språk | 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" ] } |