Browser SIP Phone
Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol
Vad är Browser SIP Phone?
Browser SIP Phone är en Chrome-tillägg utvecklad av vitekey, och dess huvudfunktion är "Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol".
Tilläggsskärmbilder
Ladda ner Browser SIP Phone-förlängningens CRX-fil
Ladda ner Browser SIP 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
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ofneopaadiddcanpldoanpnmimjgnncd |
| Officiell webbadress | https://chromewebstore.google.com/detail/browser-sip-phone/ofneopaadiddcanpldoanpnmimjgnncd |
| Beskrivning | Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol |
| Filstorlek | 1.53 MB |
| Antal Installationer | 681 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2021-04-01 |
| Publiceringsdatum | 2021-04-01 |
| Betyg | 4.00/5 Totalt 3 Betyg |
| Utvecklare | vitekey |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |