Pixel Helper for LinkedIn

A simple plugin that checks websites for installed LinkedIn Insight Tags.

O que é Pixel Helper for LinkedIn?

Pixel Helper for LinkedIn é uma extensão do Chrome desenvolvida por https://jens.marketing, e sua principal característica é "A simple plugin that checks websites for installed LinkedIn Insight Tags.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pixel Helper for LinkedIn

Baixe arquivos de extensão Pixel Helper for LinkedIn 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

                        This plugin inspects the correct implementation of the LinkedIn Insight tag.

This plugin is not an official Plugin by Linkedin. Its rather inspired by the Plugin by Pearmill.                    

Informações Básicas da Extensão

Nome Pixel Helper for LinkedIn Pixel Helper for LinkedIn
ID adbhmmjkppnhjjiapocjgjaknpigdoaa
URL Oficial https://chromewebstore.google.com/detail/pixel-helper-for-linkedin/adbhmmjkppnhjjiapocjgjaknpigdoaa
Descrição A simple plugin that checks websites for installed LinkedIn Insight Tags.
Tamanho do Arquivo 63.7 KB
Contagem de Instalações 12,627
Versão Atual 1.0.0
Última Atualização 2022-09-01
Data de Publicação 2022-09-01
Desenvolvedor https://jens.marketing
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://jens.marketing/tool/linkedin-pixel-helper/
URL da Página de Ajuda https://jens.marketing/tool/linkedin-pixel-helper/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixel Helper for LinkedIn",
    "description": "A simple plugin that checks websites for installed LinkedIn Insight Tags.",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "webRequest"
    ]
}