DeltaX - Pixel Helper

The DeltaX Pixel Helper is a troubleshooting tool that helps you validate your DeltaX Conversion Pixel and DeltaX Goal Pixels.

O que é DeltaX - Pixel Helper?

DeltaX - Pixel Helper é uma extensão do Chrome desenvolvida por https://adbox.pro, e sua principal característica é "The DeltaX Pixel Helper is a troubleshooting tool that helps you validate your DeltaX Conversion Pixel and DeltaX Goal Pixels.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DeltaX - Pixel Helper

Baixe arquivos de extensão DeltaX - 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

                        The DeltaX Pixel Helper is a troubleshooting tool that helps you validate your DeltaX Conversion Pixel and DeltaX Goal Pixels.                    

Informações Básicas da Extensão

Nome DeltaX - Pixel Helper DeltaX - Pixel Helper
ID ogobgamnlnehifcgkplkhbjibppnonoc
URL Oficial https://chromewebstore.google.com/detail/deltax-pixel-helper/ogobgamnlnehifcgkplkhbjibppnonoc
Descrição The DeltaX Pixel Helper is a troubleshooting tool that helps you validate your DeltaX Conversion Pixel and DeltaX Goal Pixels.
Tamanho do Arquivo 142 KB
Contagem de Instalações 112
Versão Atual 0.4.3
Última Atualização 2019-04-04
Data de Publicação 2019-04-04
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://adbox.pro
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.deltax.com/
Idiomas Suportados en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.4.3",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "browser_action": {
        "permissions": [
            "background"
        ],
        "default_title": "Check the pixels on this page",
        "default_icon": "icons\/dx-logo-transparent_bw.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.11.3.min.js",
                "js\/contentScript.js"
            ]
        }
    ],
    "icons": {
        "36": "icons\/New_Logo\/icon36.png",
        "48": "icons\/New_Logo\/icon48.png",
        "72": "icons\/New_Logo\/icon72.png",
        "96": "icons\/New_Logo\/icon96.png",
        "144": "icons\/New_Logo\/icon144.png",
        "192": "icons\/New_Logo\/icon192.png"
    }
}