RingCentral Contact Center Voice
RingCentral Contact Center Voice plug-in connects agents directly to RingCentral Contact Center.
RingCentral Contact Center Voiceคืออะไร?
RingCentral Contact Center Voice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RingCentral และคุณลักษณะหลักของมันคือ "RingCentral Contact Center Voice plug-in connects agents directly to RingCentral Contact Center."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RingCentral Contact Center Voice
ดาวน์โหลดไฟล์ส่วนขยาย RingCentral Contact Center Voice ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
RingCentral Contact Center Voice uses WebRTC to send and receive phone calls from the Contact Center anytime, anywhere directly through their chrome browser: * See agent state immediately in the browser * Send and receive all calls directly from the Agent Desktop * Establish agent WebRTC connections directly from the Agent Desktop RingCentral Contact Center Voice acts as the bridge between the Contact Center and RingCentral Office to provide high quality voice experiences that ensure a good experience for your customers and are easy to use for your agents.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RingCentral Contact Center Voice |
ID | melamlloomehapkpdgnbbepdiomabacm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ringcentral-contact-cente/melamlloomehapkpdgnbbepdiomabacm |
คำอธิบาย | RingCentral Contact Center Voice plug-in connects agents directly to RingCentral Contact Center. |
ขนาดไฟล์ | 1.12 MB |
จำนวนการติดตั้ง | 29,962 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2021-07-14 |
วันที่เผยแพร่ | 2019-04-09 |
คะแนน | 3.63/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | RingCentral |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.ringcentral.com/legal/privacy-notice.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RingCentral Contact Center Voice", "author": "RingCentral", "version": "1.0.7", "description": "RingCentral Contact Center Voice plug-in connects agents directly to RingCentral Contact Center.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/apps.ringcentral.com\/integration\/googlechrome\/redirect.html*" ], "all_frames": true, "js": [ "js\/redirect.bundle.js" ], "css": [ "css\/redirect.css" ] }, { "matches": [ "https:\/\/service.ringcentral.com\/login\/*", "https:\/\/service.ops.ringcentral.com\/login\/*", "https:\/\/login.ringcentral.com\/*", "https:\/\/login.ops.ringcentral.com\/*", "https:\/\/accounts.google.com\/signin\/oauth\/*" ], "all_frames": true, "js": [ "js\/signIn.bundle.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "js\/background.bundle.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage", "downloads", "contentSettings", "notifications" ], "web_accessible_resources": [ "*.js", "*.html", "\/img\/icon128.png" ] } |