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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Roku pixel helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |