CopyChat Five9 Connector
Five9 connector required for CopyChat - an agent desktop recording solution created by Contact Cubed.
CopyChat Five9 Connectorคืออะไร?
CopyChat Five9 Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Contact Cubed และคุณลักษณะหลักของมันคือ "Five9 connector required for CopyChat - an agent desktop recording solution created by Contact Cubed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CopyChat Five9 Connector
ดาวน์โหลดไฟล์ส่วนขยาย CopyChat Five9 Connector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is required to use CopyChat - an agent desktop call recording solution created by Contact Cubed. This extension interacts with a locally installed service to automatically capture call recordings with web based soft phone solutions and send them to Contact Cubed for Speech Analytics processing
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CopyChat Five9 Connector |
ID | mhbdadbnkbnpmfcmpkfdkjhlahgibbfi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copychat-five9-connector/mhbdadbnkbnpmfcmpkfdkjhlahgibbfi |
คำอธิบาย | Five9 connector required for CopyChat - an agent desktop recording solution created by Contact Cubed. |
ขนาดไฟล์ | 55.34 KB |
จำนวนการติดตั้ง | 1,328 |
เวอร์ชันปัจจุบัน | 1.2.3.0 |
อัปเดตครั้งล่าสุด | 2020-09-23 |
วันที่เผยแพร่ | 2020-01-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Contact Cubed |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://contactcubed.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CopyChat Five9 Connector", "short_name": "CopyChat", "description": "Five9 connector required for CopyChat - an agent desktop recording solution created by Contact Cubed.", "version": "1.2.3.0", "author": "ContactCubed", "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.five9.com\/*" ], "js": [ "Content\/content.js" ], "run_at": "document_idle" } ], "browser_action": { "default_icon": "Resources\/logo.png", "default_title": "CopyChat - Contact Cubed" }, "icons": { "16": "Resources\/Icons\/logo16.png", "48": "Resources\/Icons\/logo48.png", "128": "Resources\/Icons\/logo128.png" }, "externally_connectable": { "matches": [ "*:\/\/*.five9.com\/*" ] }, "web_accessible_resources": [ "*" ], "permissions": [ "*:\/\/*.five9.com\/*" ], "background": { "scripts": [ "Resources\/jquery.min.js", "Background\/background.js" ], "persistent": true, "matches": [ "*:\/\/*.five9.com\/*" ] } } |