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 |
| 公式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 |
| Eメール | [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": [
"*"
]
} | |