Pearmill Pixel Helper

Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.

O que é Pearmill Pixel Helper?

Pearmill Pixel Helper é uma extensão do Chrome desenvolvida por https://pearmill.com, e sua principal característica é "Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pearmill Pixel Helper

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

                        Paermill's Pixel Helper helps troubleshoot installation of LinkedIn's Insight Tag and Event Pixels for tracking the success of LinkedIn Ads.

It helps you verify that you have installed LinkedIn Insight tags correctly on your site. Just navigate to any page and Pearmill's Pixel Helper will tell you which Insight Tag and/or Event Pixels are present, and report any errors if the tag isn't being sent correctly.                    

Informações Básicas da Extensão

Nome Pearmill Pixel Helper Pearmill Pixel Helper
ID ahgjbbnglgnladgimapeecjmhlhmacgg
URL Oficial https://chromewebstore.google.com/detail/pearmill-pixel-helper/ahgjbbnglgnladgimapeecjmhlhmacgg
Descrição Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.
Tamanho do Arquivo 63.26 KB
Contagem de Instalações 499
Versão Atual 0.0.2
Última Atualização 2023-06-03
Data de Publicação 2023-06-03
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://pearmill.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://pearmill.com/linkedin-pixel-helper
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pearmill Pixel Helper",
    "description": "Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.",
    "version": "0.0.2",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": [],
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "content_scripts": [],
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-34.png",
                "icon-128.png",
                "pearmill.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}