PieSocket WebSocket Tester
Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.
PieSocket WebSocket Tester là gì?
PieSocket WebSocket Tester là một tiện ích mở rộng Chrome được phát triển bởi https://piesocket.com, và tính năng chính của nó là "Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PieSocket WebSocket Tester
Tải xuống các tệp mở rộng PieSocket WebSocket Tester dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PieSocket WebSocket Tester |
ID | oilioclnckkoijghdniegedkbocfpnip |
URL Chính Thức | https://chromewebstore.google.com/detail/piesocket-websocket-teste/oilioclnckkoijghdniegedkbocfpnip |
Mô tả | Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols. |
Kích Thước Tệp | 271 KB |
Số Lần Cài Đặt | 23,710 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2023-07-12 |
Ngày Phát Hành | 2020-09-30 |
Đánh Giá | 4.17/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://piesocket.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://piesocket.com |
URL Trang Trợ Giúp | https://piesocket.com |
URL Trang Chính Sách Bảo Mật | https://www.piesocket.com/legal/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |