CXone Agent WebRTC Extension
CXone Agent WebRTC Extension
CXone Agent WebRTC Extension란 무엇입니까?
CXone Agent WebRTC Extension은(는) agentupdates에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CXone Agent WebRTC Extension"입니다.
확장 프로그램 스크린샷
CXone Agent WebRTC Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |