Callbee Phone
Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol
Callbee Phoneとは何ですか?
Callbee PhoneはBIXIOM | Denis Streltsovによって開発されたChromeの拡張機能で、その主な機能は「Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol」です。
拡張機能のスクリーンショット
Callbee Phone拡張機能のCRXファイルをダウンロード
Callbee Phone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol. You can use it in place of Soft (VoIP) Phone. It makes communication easy and cost-effective.
Key Features :
Callbee Assistant : Do not Disturb, Auto Answer Incoming Calls, Set Prefix for all outgoing Calls, Enable Call Parking
Call Features : Hold/Unhold, Mute/Unmute, Blind Transfer, Call Park 拡張機能の基本情報
| 名前 | |
| ID | jcejljlbeabmlokpdgiegaonfokfokjh |
| 公式URL | https://chromewebstore.google.com/detail/callbee-phone/jcejljlbeabmlokpdgiegaonfokfokjh |
| 説明 | Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol |
| ファイルサイズ | 4.91 MB |
| インストール数 | 490 |
| 現在のバージョン | 1.5.0 |
| 最終更新日 | 2020-06-12 |
| 公開日 | 2020-06-12 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | BIXIOM | Denis Streltsov |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Callbee Phone",
"short_name": "Callbee Phone",
"version": "1.5.0",
"description": "Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol",
"manifest_version": 2,
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Q",
"mac": "MacCtrl+Q"
}
}
},
"options_page": "config.html",
"icons": {
"16": "webrtc\/img\/icon16.png",
"48": "webrtc\/img\/icon48.png",
"64": "webrtc\/img\/offline-icon.png",
"128": "webrtc\/img\/icon128.png"
},
"permissions": [
"notifications",
"storage",
"contextMenus"
],
"background": {
"page": "background.html",
"persistent": true
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"browser_action": {
"default_popup": "index.html",
"default_title": "Callbee Phone"
}
} | |