Voxx
Voxx is a WebRTC client for PBX.
Voxx क्या है?
Voxx Ebisu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Voxx is a WebRTC client for PBX."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Voxx एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
L'app VOXX è l'estensione di Chrome per il centralino Voxx di Ebisu. Voxx permette di rendere le comunicazioni della tua azienda efficienti ed immediate. Le funzionalità di VOXX sono: -> 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
एक्सटेंशन की मूल जानकारी
नाम | Voxx |
ID | nnomiapkdgdlmodacmalogfbjhkdnpik |
आधिकारिक URL | https://chromewebstore.google.com/detail/voxx/nnomiapkdgdlmodacmalogfbjhkdnpik |
विवरण | Voxx is a WebRTC client for PBX. |
फ़ाइल का आकार | 4 MB |
स्थापना संख्या | 108 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2023-04-06 |
प्रकाशन तिथि | 2022-07-17 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Ebisu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.voxx.it/ |
गोपनीयता नीति पृष्ठ URL | https://pbx.voxx.it/index.php/policy/terms |
समर्थित भाषाएँ | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voxx", "manifest_version": 3, "version": "1.0.1", "author": "HoduSoft Pvt. Ltd. ([email protected])", "description": "Voxx is a WebRTC client for PBX.", "background": { "service_worker": "js\/service-worker.js" }, "action": { "default_icon": { "19": "img\/ext_icons\/icon_19.png", "38": "img\/ext_icons\/icon_38.png" }, "default_popup": "popup.html", "default_title": "Voxx" }, "icons": { "16": "img\/ext_icons\/icon_16.png", "48": "img\/ext_icons\/icon_48.png", "128": "img\/ext_icons\/icon_128.png" }, "options_page": "popup.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", "scripting", "notifications" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [], "matches": [ " |