Zemanta Pixel Helper

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

O que é Zemanta Pixel Helper?

Zemanta Pixel Helper é uma extensão do Chrome desenvolvida por outbrain-ext, e sua principal característica é "With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Zemanta Pixel Helper

Baixe arquivos de extensão Zemanta Pixel Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Zemanta Pixel Helper Zemanta Pixel Helper
ID hcmhhjbfamlpaejfmlildgpgedlbdfoh
URL Oficial https://chromewebstore.google.com/detail/zemanta-pixel-helper/hcmhhjbfamlpaejfmlildgpgedlbdfoh
Descrição With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site
Tamanho do Arquivo 137 KB
Contagem de Instalações 484
Versão Atual 1.0.3
Última Atualização 2022-03-16
Data de Publicação 2021-11-01
Desenvolvedor outbrain-ext
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.zemanta.com
Idiomas Suportados 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"
        }
    ]
}