Callbee Phone
Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol
Wat is Callbee Phone?
Callbee Phone is een Chrome-extensie ontwikkeld door BIXIOM | Denis Streltsov, en de belangrijkste functie is "Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol".
Extensie Screenshots
Download het CRX-bestand van de extensie Callbee Phone
Download Callbee Phone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | jcejljlbeabmlokpdgiegaonfokfokjh |
| Officiële URL | https://chromewebstore.google.com/detail/callbee-phone/jcejljlbeabmlokpdgiegaonfokfokjh |
| Beschrijving | Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol |
| Bestandsgrootte | 4.91 MB |
| Aantal Installaties | 490 |
| Huidige Versie | 1.5.0 |
| Laatst Bijgewerkt | 2020-06-12 |
| Publicatiedatum | 2020-06-12 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | BIXIOM | Denis Streltsov |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |