Signal Debugger

Chrome extension for debugging Pulsepoint's Signal pixels.

什么是Signal Debugger?

Signal Debugger是由https://pulsepoint.com开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for debugging Pulsepoint's Signal pixels.”。

扩展截图

screenshot
screenshot
screenshot

下载Signal Debugger扩展crx文件

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

扩展使用说明

                        Pulsepoint's Signal debugger Chrome extension. Allowing you to deep dive into your pixels without needing to use any developer tools.                    

扩展基本信息

名称 Signal Debugger Signal Debugger
ID oblmhmjodoldhjcogdganmlgleeejfbc
官方URL https://chromewebstore.google.com/detail/signal-debugger/oblmhmjodoldhjcogdganmlgleeejfbc
简介 Chrome extension for debugging Pulsepoint's Signal pixels.
文件大小 6.91 MB
安装次数 105
当前版本 1.0.2
更新时间 2022-02-12
上架时间 2022-02-01
评分 5.00/5 共1次评分
开发者 https://pulsepoint.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://pulsepoint.com
帮助页面URL https://pulsepoint.com
隐私政策页面URL https://pulsepoint.com/legal/website-privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Signal Debugger",
    "description": "Chrome extension for debugging Pulsepoint's Signal pixels.",
    "version": "1.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": {
            "16": "\/images\/icon_16.png",
            "32": "\/images\/icon_32.png",
            "48": "\/images\/icon_48.png",
            "128": "\/images\/icon_128.png"
        },
        "default_title": "Signal Debugger"
    },
    "icons": {
        "16": "\/images\/icon_16.png",
        "32": "\/images\/icon_32.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    }
}