Callbee Phone
Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol
Apa itu Callbee Phone?
Callbee Phone adalah ekstensi Chrome yang dikembangkan oleh BIXIOM | Denis Streltsov, dan fitur utamanya adalah "Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Callbee Phone
Unduh file ekstensi Callbee Phone dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Callbee Phone |
ID | jcejljlbeabmlokpdgiegaonfokfokjh |
URL Resmi | https://chromewebstore.google.com/detail/callbee-phone/jcejljlbeabmlokpdgiegaonfokfokjh |
Deskripsi | Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol |
Ukuran File | 4.91 MB |
Jumlah Instalasi | 490 |
Versi Saat Ini | 1.5.0 |
Terakhir Diperbarui | 2020-06-12 |
Tanggal Publikasi | 2020-06-12 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | BIXIOM | Denis Streltsov |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |