HoduDial
HoduDial is a WebRTC client for HoduPBX.
Apa itu HoduDial?
HoduDial adalah ekstensi Chrome yang dikembangkan oleh HoduSoft, dan fitur utamanya adalah "HoduDial is a WebRTC client for HoduPBX.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HoduDial
Unduh file ekstensi HoduDial 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
HoduPhone works using WebRTC & SIP protocol. It makes communication easy and cost-effective. Key features of HoduPhone are: -> Audio Calls -> Video Calls -> Conferencing -> Call Hold -> Call Transfer -> Call Park -> Mute/ Unmute -> Call History -> Phonebook -> Extension Settings -> Voicemail Play & Download -> Fax Record -> Instant Messaging (Chat) -> SMS
Informasi Dasar Ekstensi
Nama | HoduDial |
ID | bfmmmagdadlahlofkabfaohncnpfcjbn |
URL Resmi | https://chromewebstore.google.com/detail/hodudial/bfmmmagdadlahlofkabfaohncnpfcjbn |
Deskripsi | HoduDial is a WebRTC client for HoduPBX. |
Ukuran File | 4.2 MB |
Jumlah Instalasi | 897 |
Versi Saat Ini | 4.2.8 |
Terakhir Diperbarui | 2023-05-30 |
Tanggal Publikasi | 2020-04-14 |
Penilaian | 4.92/5 Total 13 Penilaian |
Pengembang | HoduSoft |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://pbx.hodusoft.com/index.php/policy/terms |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HoduDial", "manifest_version": 2, "version": "4.2.8", "author": "HoduSoft Pvt. Ltd. ([email protected])", "description": "HoduDial is a WebRTC client for HoduPBX.", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "img\/ext_icons\/icon_19.png", "38": "img\/ext_icons\/icon_38.png" }, "default_popup": "login.html", "default_title": "HoduDial" }, "icons": { "16": "img\/ext_icons\/icon_16.png", "48": "img\/ext_icons\/icon_48.png", "128": "img\/ext_icons\/icon_128.png" }, "options_page": "application_setting.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/hodupbx.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "contextMenus", "storage", "notifications", "*:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "*" ] } |