Roku pixel helper

Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.

Was ist Roku pixel helper?

Roku pixel helper ist eine Chrome-Erweiterung, die von Roku entwickelt wurde, und ihr Hauptmerkmal ist "Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.".

Erweiterungsscreenshots

screenshot
screenshot

Roku pixel helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Roku pixel helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Roku pixel helper Roku pixel helper
ID kcpbomhhmopchbefhpphdboleijpjfge
Offizielle URL https://chromewebstore.google.com/detail/roku-pixel-helper/kcpbomhhmopchbefhpphdboleijpjfge
Beschreibung Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.
Dateigröße 136 KB
Installationsanzahl 47
Aktuelle Version 1.0.3
Letztes Update 2024-01-09
Veröffentlichungsdatum 2023-10-31
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Roku
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ads.roku.com/
Hilfeseite URL https://help.ads.roku.com/collections/5784517
Unterstützte Sprachen 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"
    ]
}