Pixel Helper for LinkedIn

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

Was ist Pixel Helper for LinkedIn?

Pixel Helper for LinkedIn ist eine Chrome-Erweiterung, die von https://jens.marketing entwickelt wurde, und ihr Hauptmerkmal ist "A simple plugin that checks websites for installed LinkedIn Insight Tags.".

Erweiterungsscreenshots

screenshot

Pixel Helper for LinkedIn-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pixel Helper for LinkedIn-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pixel Helper for LinkedIn Pixel Helper for LinkedIn
ID adbhmmjkppnhjjiapocjgjaknpigdoaa
Offizielle URL https://chromewebstore.google.com/detail/pixel-helper-for-linkedin/adbhmmjkppnhjjiapocjgjaknpigdoaa
Beschreibung A simple plugin that checks websites for installed LinkedIn Insight Tags.
Dateigröße 63.7 KB
Installationsanzahl 12,627
Aktuelle Version 1.0.0
Letztes Update 2022-09-01
Veröffentlichungsdatum 2022-09-01
Entwickler https://jens.marketing
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://jens.marketing/tool/linkedin-pixel-helper/
Hilfeseite URL https://jens.marketing/tool/linkedin-pixel-helper/
Unterstützte Sprachen 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"
    ]
}