Pixel Helper for LinkedIn

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

Co to jest Pixel Helper for LinkedIn?

Pixel Helper for LinkedIn to rozszerzenie Chrome opracowane przez https://jens.marketing, a jego główną funkcją jest „A simple plugin that checks websites for installed LinkedIn Insight Tags.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pixel Helper for LinkedIn

Pobierz pliki rozszerzeń Pixel Helper for LinkedIn w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pixel Helper for LinkedIn Pixel Helper for LinkedIn
ID adbhmmjkppnhjjiapocjgjaknpigdoaa
Oficjalny URL https://chromewebstore.google.com/detail/pixel-helper-for-linkedin/adbhmmjkppnhjjiapocjgjaknpigdoaa
Opis A simple plugin that checks websites for installed LinkedIn Insight Tags.
Rozmiar pliku 63.7 KB
Liczba instalacji 12,627
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-09-01
Data Publikacji 2022-09-01
Deweloper https://jens.marketing
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://jens.marketing/tool/linkedin-pixel-helper/
Adres URL Strony Pomocy https://jens.marketing/tool/linkedin-pixel-helper/
Obsługiwane Języki 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"
    ]
}