Pixel Helper for LinkedIn

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

什麼是Pixel Helper for LinkedIn?

Pixel Helper for LinkedIn是由https://jens.marketing開發的Chrome擴展程式,該擴展的主要功能是“A simple plugin that checks websites for installed LinkedIn Insight Tags.”。

擴展截圖

screenshot

下載Pixel Helper for LinkedIn擴展crx文件

下載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
官方網址 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"
    ]
}