Signal Debugger

Chrome extension for debugging Pulsepoint's Signal pixels.

What is Signal Debugger?

Signal Debugger is a Chrome extension developed by https://pulsepoint.com, and its main feature is "Chrome extension for debugging Pulsepoint's Signal pixels.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Signal Debugger Extension CRX File

Download Signal Debugger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Signal Debugger Signal Debugger
ID oblmhmjodoldhjcogdganmlgleeejfbc
Official URL https://chromewebstore.google.com/detail/signal-debugger/oblmhmjodoldhjcogdganmlgleeejfbc
Description Chrome extension for debugging Pulsepoint's Signal pixels.
File Size 6.91 MB
Installation Count 105
Current Version 1.0.2
Last Updated 2022-02-12
Publish Date 2022-02-01
Rating 5.00/5 Total 1 Ratings
Developer https://pulsepoint.com
Email [email protected]
Payment Type free
Extension Website https://pulsepoint.com
Help Page URL https://pulsepoint.com
Privacy Policy Page URL https://pulsepoint.com/legal/website-privacy-policy
Supported Languages 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"
    }
}