Pearmill Pixel Helper

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

什麼是Pearmill Pixel Helper?

Pearmill Pixel Helper是由https://pearmill.com開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.”。

擴展截圖

screenshot

下載Pearmill Pixel Helper擴展crx文件

下載Pearmill Pixel Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Pearmill Pixel Helper Pearmill Pixel Helper
ID ahgjbbnglgnladgimapeecjmhlhmacgg
官方網址 https://chromewebstore.google.com/detail/pearmill-pixel-helper/ahgjbbnglgnladgimapeecjmhlhmacgg
簡介 Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.
檔案大小 63.26 KB
安裝次數 499
目前版本 0.0.2
更新時間 2023-06-03
上架時間 2023-06-03
評分 5.00/5 共 4 次評分
開發者 https://pearmill.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://pearmill.com/linkedin-pixel-helper
支援的語言 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": [
                ""
            ]
        }
    ]
}