PieSocket WebSocket Tester
Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.
PieSocket WebSocket Testerคืออะไร?
PieSocket WebSocket Tester เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://piesocket.com และคุณลักษณะหลักของมันคือ "Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PieSocket WebSocket Tester
ดาวน์โหลดไฟล์ส่วนขยาย PieSocket WebSocket Tester ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PieSocket WebSocket Tester |
ID | oilioclnckkoijghdniegedkbocfpnip |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/piesocket-websocket-teste/oilioclnckkoijghdniegedkbocfpnip |
คำอธิบาย | Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols. |
ขนาดไฟล์ | 271 KB |
จำนวนการติดตั้ง | 23,710 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2023-07-12 |
วันที่เผยแพร่ | 2020-09-30 |
คะแนน | 4.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://piesocket.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://piesocket.com |
URL หน้าช่วยเหลือ | https://piesocket.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.piesocket.com/legal/privacy-policy |
ภาษาที่รองรับ | 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" } } |