PieSocket WebSocket Tester

Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.

Hvad er PieSocket WebSocket Tester?

PieSocket WebSocket Tester er en Chrome-udvidelse udviklet af https://piesocket.com, og dens hovedfunktion er "Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.".

Udvidelsesskærmbilleder

screenshot

Download PieSocket WebSocket Tester-udvidelses-CRX-fil

Download PieSocket WebSocket Tester-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This tool compliments the online WebSocket tester tool at our website (https://www.piesocket.com/test-online) 

Since modern browsers do not support connecting to an un-secure  host, users who need to test their WebSocket servers with ws:// protocol may use this extension.                    

Grundlæggende oplysninger om udvidelsen

Navn PieSocket WebSocket Tester PieSocket WebSocket Tester
ID oilioclnckkoijghdniegedkbocfpnip
Officiel URL https://chromewebstore.google.com/detail/piesocket-websocket-teste/oilioclnckkoijghdniegedkbocfpnip
Beskrivelse Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.
Filstørrelse 271 KB
Antal Installationer 23,710
Nuværende Version 2.0
Senest Opdateret 2023-07-12
Udgivelsesdato 2020-09-30
Bedømmelse 4.17/5 Samlet 6 Bedømmelser
Udvikler https://piesocket.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://piesocket.com
Hjælpeside-URL https://piesocket.com
URL til Fortrolighedspolitik Side https://www.piesocket.com/legal/privacy-policy
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PieSocket WebSocket Tester",
    "version": "2.0",
    "description": "Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "tester.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "pages\/advance-tester.html"
    ],
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    }
}