CopyChat Five9 Connector
Five9 connector required for CopyChat - an agent desktop recording solution created by Contact Cubed.
CopyChat Five9 Connector क्या है?
CopyChat Five9 Connector Contact Cubed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Five9 connector required for CopyChat - an agent desktop recording solution created by Contact Cubed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CopyChat Five9 Connector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } } |