Pearmill Pixel Helper

Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.

Pearmill Pixel Helper là gì?

Pearmill Pixel Helper là một tiện ích mở rộng Chrome được phát triển bởi https://pearmill.com, và tính năng chính của nó là "Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.".

Ả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 Pearmill Pixel Helper

Tải xuống các tệp mở rộng Pearmill Pixel Helper 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

                        Paermill's Pixel Helper helps troubleshoot installation of LinkedIn's Insight Tag and Event Pixels for tracking the success of LinkedIn Ads.

It helps you verify that you have installed LinkedIn Insight tags correctly on your site. Just navigate to any page and Pearmill's Pixel Helper will tell you which Insight Tag and/or Event Pixels are present, and report any errors if the tag isn't being sent correctly.                    

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

Tên Pearmill Pixel Helper Pearmill Pixel Helper
ID ahgjbbnglgnladgimapeecjmhlhmacgg
URL Chính Thức https://chromewebstore.google.com/detail/pearmill-pixel-helper/ahgjbbnglgnladgimapeecjmhlhmacgg
Mô tả Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.
Kích Thước Tệp 63.26 KB
Số Lần Cài Đặt 499
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-06-03
Ngày Phát Hành 2023-06-03
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://pearmill.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pearmill.com/linkedin-pixel-helper
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pearmill Pixel Helper",
    "description": "Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.",
    "version": "0.0.2",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": [],
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "content_scripts": [],
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-34.png",
                "icon-128.png",
                "pearmill.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}