Pixel Helper for LinkedIn

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

Vad är Pixel Helper for LinkedIn?

Pixel Helper for LinkedIn är en Chrome-tillägg utvecklad av https://jens.marketing, och dess huvudfunktion är "A simple plugin that checks websites for installed LinkedIn Insight Tags.".

Tilläggsskärmbilder

screenshot

Ladda ner Pixel Helper for LinkedIn-förlängningens CRX-fil

Ladda ner Pixel Helper for LinkedIn-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pixel Helper for LinkedIn Pixel Helper for LinkedIn
ID adbhmmjkppnhjjiapocjgjaknpigdoaa
Officiell webbadress https://chromewebstore.google.com/detail/pixel-helper-for-linkedin/adbhmmjkppnhjjiapocjgjaknpigdoaa
Beskrivning A simple plugin that checks websites for installed LinkedIn Insight Tags.
Filstorlek 63.7 KB
Antal Installationer 12,627
Aktuell Version 1.0.0
Senast Uppdaterad 2022-09-01
Publiceringsdatum 2022-09-01
Utvecklare https://jens.marketing
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://jens.marketing/tool/linkedin-pixel-helper/
Hjälpsida URL https://jens.marketing/tool/linkedin-pixel-helper/
Stödda Språk 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"
    ]
}