Genesys Cloud Extension by Netcom
Extension Application for Genesys Cloud
Genesys Cloud Extension by Netcom란 무엇입니까?
Genesys Cloud Extension by Netcom은(는) 0x000000null에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension Application for Genesys Cloud"입니다.
확장 프로그램 스크린샷
Genesys Cloud Extension by Netcom 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Genesys Cloud 마스킹 기능과 세션 로그아웃 기능을 서포트 해주는 보조기능 제공
확장 프로그램 기본 정보
이름 | Genesys Cloud Extension by Netcom |
ID | nhdhcmlleogjecepichoadnppbjibeid |
공식 URL | https://chromewebstore.google.com/detail/genesys-cloud-extension-b/nhdhcmlleogjecepichoadnppbjibeid |
설명 | Extension Application for Genesys Cloud |
파일 크기 | 79.5 KB |
설치 횟수 | 144 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2021-08-31 |
출시 날짜 | 2021-03-29 |
개발자 | 0x000000null |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Genesys Cloud Extension by Netcom", "description": "Extension Application for Genesys Cloud", "version": "1.2.2", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/apps.apne2.pure.cloud\/directory\/*" ], "js": [ "jquery-3.1.1.min.js", "script.js" ], "all_frames": true, "run_at": "document_start" } ], "permissions": [ "notifications", "https:\/\/*.apne2.pure.cloud\/", "https:\/\/pmi-e--qa.my.salesforce.com\/" ] } |