SIP Phone
SIP Phone is a WebRTC client.
什么是SIP Phone?
SIP Phone是由Ghanshyam Katriya开发的Chrome扩展程序,该扩展的主要功能是“SIP Phone is a WebRTC client.”。
扩展截图
下载SIP Phone扩展crx文件
下载SIP Phone扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | SIP Phone |
ID | eeffaijobgkgngjemggokhbjfmhklcmi |
官方URL | https://chromewebstore.google.com/detail/sip-phone/eeffaijobgkgngjemggokhbjfmhklcmi |
简介 | SIP Phone is a WebRTC client. |
文件大小 | 1.05 MB |
安装次数 | 4,600 |
当前版本 | 0.3.1 |
更新时间 | 2020-09-16 |
上架时间 | 2020-06-21 |
评分 | 2.33/5 共6次评分 |
开发者 | Ghanshyam Katriya |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://ghanshyam.xyz |
支持的语言 | 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": [ "*" ] } |