Bridgewell Pixel Helper

Detect the Bridgewell tracking pixel on webpages.

什么是Bridgewell Pixel Helper?

Bridgewell Pixel Helper是由bridgewell.dev开发的Chrome扩展程序,该扩展的主要功能是“Detect the Bridgewell tracking pixel on webpages.”。

扩展截图

screenshot
screenshot

下载Bridgewell Pixel Helper扩展crx文件

下载Bridgewell Pixel Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Bridgewell Pixel Helper can help you check your installation of Bridgewell's pixel codes. 

This tool detects and provides realtime feedbacks for Bridgewell Pixels. A number appears on the extension icon when Pixel events are detected on the given page. You may click on the icon to obtain further information on the signals sent to Bridgewell's server.  It will also provide diagnostics and suggestions in case the Pixel is installed incorrectly                    

扩展基本信息

名称 Bridgewell Pixel Helper Bridgewell Pixel Helper
ID coomnmckhpcfgiodllkkbpinkcbhglbk
官方URL https://chromewebstore.google.com/detail/bridgewell-pixel-helper/coomnmckhpcfgiodllkkbpinkcbhglbk
简介 Detect the Bridgewell tracking pixel on webpages.
文件大小 90.01 KB
安装次数 312
当前版本 5.0.1
更新时间 2023-09-25
上架时间 2020-06-03
开发者 bridgewell.dev
电子邮箱 [email protected]
付费类型 free
支持的语言 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bridgewell Pixel Helper",
    "version": "5.0.1",
    "description": "Detect the Bridgewell tracking pixel on webpages.",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_globs": [
                "chrome:\/\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/pixel_helper_icon_faded_19.png",
            "24": "icons\/pixel_helper_icon_faded_24.png",
            "38": "icons\/pixel_helper_icon_faded_38.png",
            "48": "icons\/pixel_helper_icon_faded_48.png"
        }
    },
    "icons": {
        "16": "icons\/pixel_helper_icon_16.png",
        "18": "icons\/pixel_helper_icon_18.png",
        "19": "icons\/pixel_helper_icon_19.png",
        "24": "icons\/pixel_helper_icon_24.png",
        "32": "icons\/pixel_helper_icon_32.png",
        "38": "icons\/pixel_helper_icon_38.png",
        "48": "icons\/pixel_helper_icon_48.png",
        "64": "icons\/pixel_helper_icon_64.png",
        "128": "icons\/pixel_helper_icon_128.png"
    }
}