Zemanta Pixel Helper

With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site

¿Qué es Zemanta Pixel Helper?

Zemanta Pixel Helper es una extensión de Chrome desarrollada por outbrain-ext, y su función principal es "With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Zemanta Pixel Helper

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

                        If you find that you are not receiving conversions in your dashboard after the campaign has been live for a few days, make sure to check the Pixel Helper for any error messages.                    

Información Básica de la Extensión

Nombre Zemanta Pixel Helper Zemanta Pixel Helper
ID hcmhhjbfamlpaejfmlildgpgedlbdfoh
URL Oficial https://chromewebstore.google.com/detail/zemanta-pixel-helper/hcmhhjbfamlpaejfmlildgpgedlbdfoh
Descripción With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site
Tamaño del Archivo 137 KB
Cantidad de Instalaciones 484
Versión Actual 1.0.3
Última Actualización 2022-03-16
Fecha de Publicación 2021-11-01
Desarrollador outbrain-ext
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.zemanta.com
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zemanta Pixel Helper",
    "short_name": "Zemanta Pixel Helper",
    "version": "1.0.3",
    "description": "With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site",
    "icons": {
        "16": "zemanta-icon.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "zemanta-icon.png",
            "24": "zemanta-icon.png",
            "32": "32x32.png"
        },
        "default_title": "Zemanta Pixel Helper",
        "default_popup": "drop_down\/drop_down.html"
    },
    "permissions": [
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}