Pixel Helper for LinkedIn

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

Pixel Helper for LinkedInคืออะไร?

Pixel Helper for LinkedIn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jens.marketing และคุณลักษณะหลักของมันคือ "A simple plugin that checks websites for installed LinkedIn Insight Tags."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pixel Helper for LinkedIn

ดาวน์โหลดไฟล์ส่วนขยาย Pixel Helper for LinkedIn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pixel Helper for LinkedIn Pixel Helper for LinkedIn
ID adbhmmjkppnhjjiapocjgjaknpigdoaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pixel-helper-for-linkedin/adbhmmjkppnhjjiapocjgjaknpigdoaa
คำอธิบาย A simple plugin that checks websites for installed LinkedIn Insight Tags.
ขนาดไฟล์ 63.7 KB
จำนวนการติดตั้ง 12,627
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-09-01
วันที่เผยแพร่ 2022-09-01
ผู้พัฒนา https://jens.marketing
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://jens.marketing/tool/linkedin-pixel-helper/
URL หน้าช่วยเหลือ https://jens.marketing/tool/linkedin-pixel-helper/
ภาษาที่รองรับ 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"
    ]
}