SIP Phone
SIP Phone is a WebRTC client.
Cos'è SIP Phone?
SIP Phone è un'estensione di Chrome sviluppata da Ghanshyam Katriya, e la sua funzione principale è "SIP Phone is a WebRTC client.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SIP Phone
Scarica i file di estensione 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
SIP Phone works using WebRTC & SIP protocol. You can use it in place of Soft(VoIP) phone. Please refer below link for more details about Features & How to use. https://github.com/anshkatriya/sipphone
Informazioni di Base sull'Estensione
Nome | SIP Phone |
ID | eeffaijobgkgngjemggokhbjfmhklcmi |
URL Ufficiale | https://chromewebstore.google.com/detail/sip-phone/eeffaijobgkgngjemggokhbjfmhklcmi |
Descrizione | SIP Phone is a WebRTC client. |
Dimensione del File | 1.05 MB |
Conteggio Installazioni | 4,600 |
Versione Corrente | 0.3.1 |
Ultimo Aggiornamento | 2020-09-16 |
Data di Pubblicazione | 2020-06-21 |
Valutazione | 2.33/5 Totale 6 Valutazioni |
Sviluppatore | Ghanshyam Katriya |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://ghanshyam.xyz |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SIP Phone", "manifest_version": 2, "version": "0.3.1", "author": "Ghanshyam Katriya ([email protected])", "description": "SIP Phone is a WebRTC client.", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "ext_icons\/19.png", "38": "ext_icons\/38.png" }, "default_popup": "index.html", "default_title": "SIP Phone" }, "options_page": "config.html", "icons": { "16": "ext_icons\/16.png", "48": "ext_icons\/48.png", "128": "ext_icons\/128.png" }, "permissions": [ "storage", "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "*" ] } |