WebRTC for Vonage CC
WebRTC extension for Vonage Contact Center
WebRTC for Vonage CCคืออะไร?
WebRTC for Vonage CC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://contact-world.net และคุณลักษณะหลักของมันคือ "WebRTC extension for Vonage Contact Center"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebRTC for Vonage CC
ดาวน์โหลดไฟล์ส่วนขยาย WebRTC for Vonage CC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Vonage Contact Center WebRTC chrome extension. If your Vonage Contact Center account has been deployed using WebRTC technology, you can make and receive calls in ContactPad using your usual computer or device, without any need for a physical telephone. When you use ContactPad to make or receive a call, instead of your telephone ringing as normal, additional buttons appear within ContactPad. You can use these buttons to accept incoming calls or continue with outbound calls. Using the Chrome extension allows you to carry on navigating around in browser without dropping your webRTC call. Release Notes: https://newvoicemedia.atlassian.net/wiki/x/LwBgE
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WebRTC for Vonage CC |
ID | jahbgfelgdkpjhbcggnkfglaldkhodmi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/webrtc-for-vonage-cc/jahbgfelgdkpjhbcggnkfglaldkhodmi |
คำอธิบาย | WebRTC extension for Vonage Contact Center |
ขนาดไฟล์ | 2.29 MB |
จำนวนการติดตั้ง | 46,789 |
เวอร์ชันปัจจุบัน | 3.24.36 |
อัปเดตครั้งล่าสุด | 2022-05-30 |
วันที่เผยแพร่ | 2020-05-18 |
คะแนน | 3.84/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | https://contact-world.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.newvoicemedia.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebRTC for Vonage CC", "description": "WebRTC extension for Vonage Contact Center", "version": "3.24.36", "options_ui": { "page": "dist\/options.html", "chrome_style": true, "open_in_tab": true }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "16": "icons\/fadedIcon16.png", "48": "icons\/fadedIcon48.png", "128": "icons\/fadedIcon128.png" }, "default_popup": "dist\/popup.html" }, "background": { "persistent": true, "scripts": [ "dist\/background.js" ] }, "permissions": [ "storage" ], "externally_connectable": { "matches": [ "https:\/\/*.nvminternal.net\/*", "https:\/\/*.nvmtest.net\/*", "https:\/\/*.newvoicemedia.com\/*", "https:\/\/*.contact-world.net\/*" ] } } |