Zemanta Pixel Helper

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

Cos'è Zemanta Pixel Helper?

Zemanta Pixel Helper è un'estensione di Chrome sviluppata da outbrain-ext, e la sua funzione principale è "With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Zemanta Pixel Helper

Scarica i file di estensione Zemanta Pixel Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Zemanta Pixel Helper Zemanta Pixel Helper
ID hcmhhjbfamlpaejfmlildgpgedlbdfoh
URL Ufficiale https://chromewebstore.google.com/detail/zemanta-pixel-helper/hcmhhjbfamlpaejfmlildgpgedlbdfoh
Descrizione With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site
Dimensione del File 137 KB
Conteggio Installazioni 484
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-03-16
Data di Pubblicazione 2021-11-01
Sviluppatore outbrain-ext
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.zemanta.com
Lingue Supportate 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"
        }
    ]
}