PieSocket WebSocket Tester

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

Wat is PieSocket WebSocket Tester?

PieSocket WebSocket Tester is een Chrome-extensie ontwikkeld door https://piesocket.com, en de belangrijkste functie is "Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PieSocket WebSocket Tester

Download PieSocket WebSocket Tester-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PieSocket WebSocket Tester PieSocket WebSocket Tester
ID oilioclnckkoijghdniegedkbocfpnip
Officiële URL https://chromewebstore.google.com/detail/piesocket-websocket-teste/oilioclnckkoijghdniegedkbocfpnip
Beschrijving Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.
Bestandsgrootte 271 KB
Aantal Installaties 23,710
Huidige Versie 2.0
Laatst Bijgewerkt 2023-07-12
Publicatiedatum 2020-09-30
Beoordeling 4.17/5 Totaal 6 Beoordelingen
Ontwikkelaar https://piesocket.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://piesocket.com
Help Pagina-URL https://piesocket.com
URL van de Privacybeleid Pagina https://www.piesocket.com/legal/privacy-policy
Ondersteunde Talen 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"
    }
}