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 擴展基本資訊
| 名稱 | |
| ID | eeffaijobgkgngjemggokhbjfmhklcmi |
| 官方網址 | 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": [
"*"
]
} | |