Pixel Helper for LinkedIn

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

Apa itu Pixel Helper for LinkedIn?

Pixel Helper for LinkedIn adalah ekstensi Chrome yang dikembangkan oleh https://jens.marketing, dan fitur utamanya adalah "A simple plugin that checks websites for installed LinkedIn Insight Tags.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pixel Helper for LinkedIn

Unduh file ekstensi Pixel Helper for LinkedIn dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pixel Helper for LinkedIn Pixel Helper for LinkedIn
ID adbhmmjkppnhjjiapocjgjaknpigdoaa
URL Resmi https://chromewebstore.google.com/detail/pixel-helper-for-linkedin/adbhmmjkppnhjjiapocjgjaknpigdoaa
Deskripsi A simple plugin that checks websites for installed LinkedIn Insight Tags.
Ukuran File 63.7 KB
Jumlah Instalasi 12,627
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-09-01
Tanggal Publikasi 2022-09-01
Pengembang https://jens.marketing
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://jens.marketing/tool/linkedin-pixel-helper/
URL Halaman Bantuan https://jens.marketing/tool/linkedin-pixel-helper/
Bahasa yang Didukung 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"
    ]
}