Pixel Helper for LinkedIn

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

Pixel Helper for LinkedIn là gì?

Pixel Helper for LinkedIn là một tiện ích mở rộng Chrome được phát triển bởi https://jens.marketing, và tính năng chính của nó là "A simple plugin that checks websites for installed LinkedIn Insight Tags.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pixel Helper for LinkedIn

Tải xuống các tệp mở rộng Pixel Helper for LinkedIn dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pixel Helper for LinkedIn Pixel Helper for LinkedIn
ID adbhmmjkppnhjjiapocjgjaknpigdoaa
URL Chính Thức https://chromewebstore.google.com/detail/pixel-helper-for-linkedin/adbhmmjkppnhjjiapocjgjaknpigdoaa
Mô tả A simple plugin that checks websites for installed LinkedIn Insight Tags.
Kích Thước Tệp 63.7 KB
Số Lần Cài Đặt 12,627
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-09-01
Ngày Phát Hành 2022-09-01
Nhà Phát Triển https://jens.marketing
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jens.marketing/tool/linkedin-pixel-helper/
URL Trang Trợ Giúp https://jens.marketing/tool/linkedin-pixel-helper/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}