Pixel Helper for LinkedIn

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

Wat is Pixel Helper for LinkedIn?

Pixel Helper for LinkedIn is een Chrome-extensie ontwikkeld door https://jens.marketing, en de belangrijkste functie is "A simple plugin that checks websites for installed LinkedIn Insight Tags.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pixel Helper for LinkedIn

Download Pixel Helper for LinkedIn-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Pixel Helper for LinkedIn Pixel Helper for LinkedIn
ID adbhmmjkppnhjjiapocjgjaknpigdoaa
Officiële URL https://chromewebstore.google.com/detail/pixel-helper-for-linkedin/adbhmmjkppnhjjiapocjgjaknpigdoaa
Beschrijving A simple plugin that checks websites for installed LinkedIn Insight Tags.
Bestandsgrootte 63.7 KB
Aantal Installaties 12,627
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-09-01
Publicatiedatum 2022-09-01
Ontwikkelaar https://jens.marketing
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://jens.marketing/tool/linkedin-pixel-helper/
Help Pagina-URL https://jens.marketing/tool/linkedin-pixel-helper/
Ondersteunde Talen 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"
    ]
}