Browser SIP Phone
Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol
Cos'è Browser SIP Phone?
Browser SIP Phone è un'estensione di Chrome sviluppata da vitekey, e la sua funzione principale è "Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Browser SIP Phone
Scarica i file di estensione Browser SIP Phone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ofneopaadiddcanpldoanpnmimjgnncd |
| URL Ufficiale | https://chromewebstore.google.com/detail/browser-sip-phone/ofneopaadiddcanpldoanpnmimjgnncd |
| Descrizione | Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol |
| Dimensione del File | 1.53 MB |
| Conteggio Installazioni | 681 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2021-04-01 |
| Data di Pubblicazione | 2021-04-01 |
| Valutazione | 4.00/5 Totale 3 Valutazioni |
| Sviluppatore | vitekey |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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'"
} | |