Browser SIP Phone
Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol
Browser SIP Phoneとは何ですか?
Browser SIP Phoneはvitekeyによって開発されたChromeの拡張機能で、その主な機能は「Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol」です。
拡張機能のスクリーンショット
Browser SIP Phone拡張機能のCRXファイルをダウンロード
Browser SIP Phone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can use it as a Soft Phone (VoIP)
## Features
* Make and get calls
* Phone Controls - HOLD / MUTE / STOP
* Call history
* Call notifications
* DTMF support
* Early media support 拡張機能の基本情報
| 名前 | |
| ID | ofneopaadiddcanpldoanpnmimjgnncd |
| 公式URL | https://chromewebstore.google.com/detail/browser-sip-phone/ofneopaadiddcanpldoanpnmimjgnncd |
| 説明 | Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol |
| ファイルサイズ | 1.53 MB |
| インストール数 | 681 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2021-04-01 |
| 公開日 | 2021-04-01 |
| 評価 | 4.00/5 合計 3 レビュー |
| 開発者 | vitekey |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.0.0",
"short_name": "Browser SIP Phone",
"name": "Browser SIP Phone",
"description": "Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol",
"browser_action": {
"default_title": "Browser SIP Phone",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.bundle.js"
],
"persistent": true
},
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"options_page": "options.html",
"permissions": [
"notifications",
"storage"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |