PieSocket WebSocket Tester

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

Cos'è PieSocket WebSocket Tester?

PieSocket WebSocket Tester è un'estensione di Chrome sviluppata da https://piesocket.com, e la sua funzione principale è "Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PieSocket WebSocket Tester

Scarica i file di estensione PieSocket WebSocket Tester in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PieSocket WebSocket Tester PieSocket WebSocket Tester
ID oilioclnckkoijghdniegedkbocfpnip
URL Ufficiale https://chromewebstore.google.com/detail/piesocket-websocket-teste/oilioclnckkoijghdniegedkbocfpnip
Descrizione Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.
Dimensione del File 271 KB
Conteggio Installazioni 23,710
Versione Corrente 2.0
Ultimo Aggiornamento 2023-07-12
Data di Pubblicazione 2020-09-30
Valutazione 4.17/5 Totale 6 Valutazioni
Sviluppatore https://piesocket.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://piesocket.com
URL della Pagina di Aiuto https://piesocket.com
URL della Pagina della Politica sulla Privacy https://www.piesocket.com/legal/privacy-policy
Lingue Supportate 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"
    }
}