CXone Agent WebRTC Extension
CXone Agent WebRTC Extension
CXone Agent WebRTC Extension là gì?
CXone Agent WebRTC Extension là một tiện ích mở rộng Chrome được phát triển bởi agentupdates, và tính năng chính của nó là "CXone Agent WebRTC Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CXone Agent WebRTC Extension
Tải xuống các tệp mở rộng CXone Agent WebRTC Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CXone Agent WebRTC Extension |
ID | gcfjbjldfomnopnpdjajjfpldkkdmmoi |
URL Chính Thức | https://chromewebstore.google.com/detail/cxone-agent-webrtc-extens/gcfjbjldfomnopnpdjajjfpldkkdmmoi |
Mô tả | CXone Agent WebRTC Extension |
Kích Thước Tệp | 309 KB |
Số Lần Cài Đặt | 44,247 |
Phiên Bản Hiện Tại | 1.0.9 |
Cập Nhật Lần Cuối | 2024-01-05 |
Ngày Phát Hành | 2023-03-03 |
Nhà Phát Triển | agentupdates |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nice.com |
URL Trang Trợ Giúp | https://nice.com/services |
URL Trang Chính Sách Bảo Mật | https://www.nice.com/company/legal/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |