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
官方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"
    ]
}