Roku pixel helper

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

¿Qué es Roku pixel helper?

Roku pixel helper es una extensión de Chrome desarrollada por Roku, y su función principal es "Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Roku pixel helper

Descarga archivos de extensión Roku pixel helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Roku pixel helper Roku pixel helper
ID kcpbomhhmopchbefhpphdboleijpjfge
URL Oficial https://chromewebstore.google.com/detail/roku-pixel-helper/kcpbomhhmopchbefhpphdboleijpjfge
Descripción Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.
Tamaño del Archivo 136 KB
Cantidad de Instalaciones 47
Versión Actual 1.0.3
Última Actualización 2024-01-09
Fecha de Publicación 2023-10-31
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Roku
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ads.roku.com/
URL de la Página de Ayuda https://help.ads.roku.com/collections/5784517
Idiomas Soportados 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"
    ]
}