Pixel Helper for LinkedIn

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

What is Pixel Helper for LinkedIn?

Pixel Helper for LinkedIn is a Chrome extension developed by https://jens.marketing, and its main feature is "A simple plugin that checks websites for installed LinkedIn Insight Tags.".

Extension Screenshots

screenshot

Download Pixel Helper for LinkedIn Extension CRX File

Download Pixel Helper for LinkedIn extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pixel Helper for LinkedIn Pixel Helper for LinkedIn
ID adbhmmjkppnhjjiapocjgjaknpigdoaa
Official URL https://chromewebstore.google.com/detail/pixel-helper-for-linkedin/adbhmmjkppnhjjiapocjgjaknpigdoaa
Description A simple plugin that checks websites for installed LinkedIn Insight Tags.
File Size 63.7 KB
Installation Count 12,627
Current Version 1.0.0
Last Updated 2022-09-01
Publish Date 2022-09-01
Developer https://jens.marketing
Email [email protected]
Payment Type free
Extension Website https://jens.marketing/tool/linkedin-pixel-helper/
Help Page URL https://jens.marketing/tool/linkedin-pixel-helper/
Supported Languages 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"
    ]
}