Pearmill Pixel Helper

Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.

What is Pearmill Pixel Helper?

Pearmill Pixel Helper is a Chrome extension developed by https://pearmill.com, and its main feature is "Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.".

Extension Screenshots

screenshot

Download Pearmill Pixel Helper Extension CRX File

Download Pearmill Pixel Helper 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

                        Paermill's Pixel Helper helps troubleshoot installation of LinkedIn's Insight Tag and Event Pixels for tracking the success of LinkedIn Ads.

It helps you verify that you have installed LinkedIn Insight tags correctly on your site. Just navigate to any page and Pearmill's Pixel Helper will tell you which Insight Tag and/or Event Pixels are present, and report any errors if the tag isn't being sent correctly.                    

Extension Basic Information

Name Pearmill Pixel Helper Pearmill Pixel Helper
ID ahgjbbnglgnladgimapeecjmhlhmacgg
Official URL https://chromewebstore.google.com/detail/pearmill-pixel-helper/ahgjbbnglgnladgimapeecjmhlhmacgg
Description Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.
File Size 63.26 KB
Installation Count 499
Current Version 0.0.2
Last Updated 2023-06-03
Publish Date 2023-06-03
Rating 5.00/5 Total 4 Ratings
Developer https://pearmill.com
Email [email protected]
Payment Type free
Extension Website https://pearmill.com/linkedin-pixel-helper
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pearmill Pixel Helper",
    "description": "Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.",
    "version": "0.0.2",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": [],
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "content_scripts": [],
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-34.png",
                "icon-128.png",
                "pearmill.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}