CXone Agent WebRTC Extension
CXone Agent WebRTC Extension
CXone Agent WebRTC Extension क्या है?
CXone Agent WebRTC Extension agentupdates द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CXone Agent WebRTC Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CXone Agent WebRTC Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
CXone Agent Softphone Extension offers an independent softphone connection by moving the audio path out of the browser application into a companion browser extension to allow for increased reliability. When the CXone Agent Softphone Extension is installed and enabled, CXone Agent will automatically detect it and use it as the integrated softphone. In the event that CXone Agent is refreshed or unexpectedly closed, the active audio path with a customer will not be disrupted.
एक्सटेंशन की मूल जानकारी
नाम | CXone Agent WebRTC Extension |
ID | gcfjbjldfomnopnpdjajjfpldkkdmmoi |
आधिकारिक URL | https://chromewebstore.google.com/detail/cxone-agent-webrtc-extens/gcfjbjldfomnopnpdjajjfpldkkdmmoi |
विवरण | CXone Agent WebRTC Extension |
फ़ाइल का आकार | 309 KB |
स्थापना संख्या | 44,247 |
वर्तमान संस्करण | 1.0.9 |
अंतिम अपडेट | 2024-01-05 |
प्रकाशन तिथि | 2023-03-03 |
डेवलपर | agentupdates |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://nice.com |
सहायता पृष्ठ URL | https://nice.com/services |
गोपनीयता नीति पृष्ठ URL | https://www.nice.com/company/legal/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CXone Agent WebRTC Extension", "description": "CXone Agent WebRTC Extension", "version": "1.0.9", "manifest_version": 3, "icons": { "16": "assets\/images\/nice-cxone.png", "48": "assets\/images\/nice-cxone.png", "128": "assets\/images\/nice-cxone.png" }, "optional_permissions": [ "system.cpu", "system.memory" ], "permissions": [ "offscreen" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/cxagent.nicecxone-dev.com\/*", "https:\/\/cxagent.nicecxone-test.com\/*", "https:\/\/cxagent.nicecxone-staging.com\/*", "https:\/\/cxagent.nicecxone.com\/*", "https:\/\/cxagent.nicecxone-gov.com\/*", "https:\/\/*.visualforce.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.visual.force.com\/*", "https:\/\/*.force.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "options.html" ], "matches": [ "https:\/\/cxagent.nicecxone-dev.com\/*", "https:\/\/cxagent.nicecxone-test.com\/*", "https:\/\/cxagent.nicecxone-staging.com\/*", "https:\/\/cxagent.nicecxone.com\/*", "https:\/\/cxagent.nicecxone-gov.com\/*" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmtavluJYH9VnvXT5pOU63ym6hv4MewzJUddVruijccuNddgQDkJZSwpjJTyHCTKeXpMZda5oHS7rBSYC9vIT9WxSNGHDuIbfo1QTajkA\/HcZA2NII6Jfq\/X8oOnoUU2blZsYZ3VfJ6KSp8iwdpnAZbPaTthdfKZeLMm0XvvSdG1DXbXP588ElW+SvO4ndnwgiTPGEGAxQbETMgIYqYiTlufWZd42+wq0U4bu5LnraCMk2nidOxmB8q8a7vX22uE48xsxjt6OFj3tHuENN5tFZXLiHWnbSDVobobtRsORcDMCXIHQrB2l+PS+zObJ0ZavTrNN7YJccF358SfIXoWEswIDAQAB" } |