Zemanta Pixel Helper

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

Co je Zemanta Pixel Helper?

Zemanta Pixel Helper je rozšíření Chrome vyvinuté outbrain-ext, a jeho hlavní funkcí je „With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Zemanta Pixel Helper

Stáhněte si soubory rozšíření Zemanta Pixel Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Zemanta Pixel Helper Zemanta Pixel Helper
ID hcmhhjbfamlpaejfmlildgpgedlbdfoh
Oficiální URL https://chromewebstore.google.com/detail/zemanta-pixel-helper/hcmhhjbfamlpaejfmlildgpgedlbdfoh
Popis With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site
Velikost souboru 137 KB
Počet instalací 484
Aktuální Verze 1.0.3
Poslední Aktualizace 2022-03-16
Datum Vydání 2021-11-01
Vývojář outbrain-ext
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.zemanta.com
Podporované Jazyky 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"
        }
    ]
}