Callbee Phone
Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol
Vad är Callbee Phone?
Callbee Phone är en Chrome-tillägg utvecklad av BIXIOM | Denis Streltsov, och dess huvudfunktion är "Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol".
Tilläggsskärmbilder
Ladda ner Callbee Phone-förlängningens CRX-fil
Ladda ner Callbee Phone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | jcejljlbeabmlokpdgiegaonfokfokjh |
| Officiell webbadress | https://chromewebstore.google.com/detail/callbee-phone/jcejljlbeabmlokpdgiegaonfokfokjh |
| Beskrivning | Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol |
| Filstorlek | 4.91 MB |
| Antal Installationer | 490 |
| Aktuell Version | 1.5.0 |
| Senast Uppdaterad | 2020-06-12 |
| Publiceringsdatum | 2020-06-12 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | BIXIOM | Denis Streltsov |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |