PieSocket WebSocket Tester
Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.
PieSocket WebSocket Tester क्या है?
PieSocket WebSocket Tester https://piesocket.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PieSocket WebSocket Tester एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |