Browser SIP Phone
Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol
Qu'est-ce que Browser SIP Phone ?
Browser SIP Phone est une extension Chrome développée par vitekey, et sa fonction principale est "Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Browser SIP Phone
Téléchargez les fichiers d'extension Browser SIP Phone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Browser SIP Phone |
ID | ofneopaadiddcanpldoanpnmimjgnncd |
URL Officiel | https://chromewebstore.google.com/detail/browser-sip-phone/ofneopaadiddcanpldoanpnmimjgnncd |
Description | Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol |
Taille du Fichier | 1.53 MB |
Nombre d'Installations | 681 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-04-01 |
Date de Publication | 2021-04-01 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | vitekey |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |