SIP Phone
SIP Phone is a WebRTC client.
Apa itu SIP Phone?
SIP Phone adalah ekstensi Chrome yang dikembangkan oleh Ghanshyam Katriya, dan fitur utamanya adalah "SIP Phone is a WebRTC client.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SIP Phone
Unduh file ekstensi SIP Phone dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | SIP Phone |
ID | eeffaijobgkgngjemggokhbjfmhklcmi |
URL Resmi | https://chromewebstore.google.com/detail/sip-phone/eeffaijobgkgngjemggokhbjfmhklcmi |
Deskripsi | SIP Phone is a WebRTC client. |
Ukuran File | 1.05 MB |
Jumlah Instalasi | 4,600 |
Versi Saat Ini | 0.3.1 |
Terakhir Diperbarui | 2020-09-16 |
Tanggal Publikasi | 2020-06-21 |
Penilaian | 2.33/5 Total 6 Penilaian |
Pengembang | Ghanshyam Katriya |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://ghanshyam.xyz |
Bahasa yang Didukung | 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": [ "*" ] } |