PieSocket WebSocket Tester

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

Apa itu PieSocket WebSocket Tester?

PieSocket WebSocket Tester adalah ekstensi Chrome yang dikembangkan oleh https://piesocket.com, dan fitur utamanya adalah "Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PieSocket WebSocket Tester

Unduh file ekstensi PieSocket WebSocket Tester dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PieSocket WebSocket Tester PieSocket WebSocket Tester
ID oilioclnckkoijghdniegedkbocfpnip
URL Resmi https://chromewebstore.google.com/detail/piesocket-websocket-teste/oilioclnckkoijghdniegedkbocfpnip
Deskripsi Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.
Ukuran File 271 KB
Jumlah Instalasi 23,710
Versi Saat Ini 2.0
Terakhir Diperbarui 2023-07-12
Tanggal Publikasi 2020-09-30
Penilaian 4.17/5 Total 6 Penilaian
Pengembang https://piesocket.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://piesocket.com
URL Halaman Bantuan https://piesocket.com
URL Halaman Kebijakan Privasi https://www.piesocket.com/legal/privacy-policy
Bahasa yang Didukung 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"
    }
}