Reddit Pixel Helper

The Reddit Pixel Helper is a tool to QA your pixel implementation.

¿Qué es Reddit Pixel Helper?

Reddit Pixel Helper es una extensión de Chrome desarrollada por Reddit Ads, y su función principal es "The Reddit Pixel Helper is a tool to QA your pixel implementation.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Reddit Pixel Helper

Descarga archivos de extensión Reddit 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

                        While browsing any site, the extension badge will show the number of Reddit Pixel events firing on a page. Open the extension on any page with the pixel implemented to see which events are actively firing, identify any errors in their configuration, and get recommendations for fixing errors. Check out our Help Center for more info: https://advertising.reddithelp.com/en/categories/measurement/reddit-pixel-helper

By using the Reddit Pixel Helper you agree to the Reddit Advertising Platform Terms: https://advertising.reddithelp.com/en/categories/policy-guidelines/advertising-terms-ads-platform                    

Información Básica de la Extensión

Nombre Reddit Pixel Helper Reddit Pixel Helper
ID ebgpcjlgganlidigifggjjiglghjnjcj
URL Oficial https://chromewebstore.google.com/detail/reddit-pixel-helper/ebgpcjlgganlidigifggjjiglghjnjcj
Descripción The Reddit Pixel Helper is a tool to QA your pixel implementation.
Tamaño del Archivo 1.56 MB
Cantidad de Instalaciones 6,503
Versión Actual 1.1.8
Última Actualización 2024-01-10
Fecha de Publicación 2022-07-27
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Reddit Ads
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://advertising.reddithelp.com/en/submit-request
URL de la Página de Política de Privacidad https://www.reddit.com/policies/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reddit Pixel Helper",
    "short_name": "Reddit Pixel Helper",
    "description": "The Reddit Pixel Helper is a tool to QA your pixel implementation.",
    "version": "1.1.8",
    "action": {
        "default_icon": {
            "16": "img\/icon_passive_16.png",
            "48": "img\/icon_passive_48.png",
            "128": "img\/icon_passive_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Reddit Pixel Helper"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webRequest",
        "tabs"
    ],
    "host_permissions": [
        "",
        "*:\/\/*.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/icon_active_16.png",
        "48": "img\/icon_active_48.png",
        "128": "img\/icon_active_128.png"
    }
}