SIP Phone
SIP Phone is a WebRTC client.
What is SIP Phone?
SIP Phone is a Chrome extension developed by Ghanshyam Katriya, and its main feature is "SIP Phone is a WebRTC client.".
Extension Screenshots
Download SIP Phone Extension CRX File
Download SIP Phone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
SIP Phone works using WebRTC & SIP protocol. You can use it in place of Soft(VoIP) phone. Please refer below link for more details about Features & How to use. https://github.com/anshkatriya/sipphone
Extension Basic Information
Name | SIP Phone |
ID | eeffaijobgkgngjemggokhbjfmhklcmi |
Official URL | https://chromewebstore.google.com/detail/sip-phone/eeffaijobgkgngjemggokhbjfmhklcmi |
Description | SIP Phone is a WebRTC client. |
File Size | 1.05 MB |
Installation Count | 4,600 |
Current Version | 0.3.1 |
Last Updated | 2020-09-16 |
Publish Date | 2020-06-21 |
Rating | 2.33/5 Total 6 Ratings |
Developer | Ghanshyam Katriya |
[email protected] | |
Payment Type | free |
Help Page URL | https://ghanshyam.xyz |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SIP Phone", "manifest_version": 2, "version": "0.3.1", "author": "Ghanshyam Katriya ([email protected])", "description": "SIP Phone is a WebRTC client.", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "ext_icons\/19.png", "38": "ext_icons\/38.png" }, "default_popup": "index.html", "default_title": "SIP Phone" }, "options_page": "config.html", "icons": { "16": "ext_icons\/16.png", "48": "ext_icons\/48.png", "128": "ext_icons\/128.png" }, "permissions": [ "storage", "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "*" ] } |