Pixel Helper for LinkedIn

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

Cos'è Pixel Helper for LinkedIn?

Pixel Helper for LinkedIn è un'estensione di Chrome sviluppata da https://jens.marketing, e la sua funzione principale è "A simple plugin that checks websites for installed LinkedIn Insight Tags.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pixel Helper for LinkedIn

Scarica i file di estensione Pixel Helper for LinkedIn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pixel Helper for LinkedIn Pixel Helper for LinkedIn
ID adbhmmjkppnhjjiapocjgjaknpigdoaa
URL Ufficiale https://chromewebstore.google.com/detail/pixel-helper-for-linkedin/adbhmmjkppnhjjiapocjgjaknpigdoaa
Descrizione A simple plugin that checks websites for installed LinkedIn Insight Tags.
Dimensione del File 63.7 KB
Conteggio Installazioni 12,627
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-09-01
Data di Pubblicazione 2022-09-01
Sviluppatore https://jens.marketing
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://jens.marketing/tool/linkedin-pixel-helper/
URL della Pagina di Aiuto https://jens.marketing/tool/linkedin-pixel-helper/
Lingue Supportate 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"
    ]
}