Amazon Connect Screen Pop
Amazon Connect Contact Control Panel (CCP) Screen Pop
Amazon Connect Screen Pop란 무엇입니까?
Amazon Connect Screen Pop은(는) Purple Network에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon Connect Contact Control Panel (CCP) Screen Pop"입니다.
확장 프로그램 스크린샷
Amazon Connect Screen Pop 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Screen Pop for Amazon Connect. Brought to you by Purple Network. Boost inbound call productivity by automatically screen pop to any CRM or web apps. Works with default Amazon Connect CCP. How to use? 1 From Chrome, navigate to Settings > Extensions > Amazon Connect Screen Pop > click on Extension options (at the bottom). 2 Configure the Screen Pop URL with parameters. 3 Login to Amazon Connect CCP.
확장 프로그램 기본 정보
이름 | Amazon Connect Screen Pop |
ID | nalmhjebameiamloehbfbehclbicjdgc |
공식 URL | https://chromewebstore.google.com/detail/amazon-connect-screen-pop/nalmhjebameiamloehbfbehclbicjdgc |
설명 | Amazon Connect Contact Control Panel (CCP) Screen Pop |
파일 크기 | 27.41 KB |
설치 횟수 | 62 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-02-15 |
출시 날짜 | 2023-02-11 |
개발자 | Purple Network |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Amazon Connect Screen Pop", "version": "1.1", "action": { "default_icon": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png" } }, "description": "Amazon Connect Contact Control Panel (CCP) Screen Pop", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Purple Network", "content_scripts": [ { "matches": [ "https:\/\/*.my.connect.aws\/ccp-v2*", "https:\/\/*.my.connect.aws\/agent-app-v2*" ], "js": [ "scripts\/inject.js" ], "run_at": "document_end" } ], "externally_connectable": { "ids": [ "*" ], "matches": [ "https:\/\/*.my.connect.aws\/*" ] }, "options_page": "options\/options.html", "permissions": [ "storage" ], "version_name": "1.0", "web_accessible_resources": [ { "resources": [ "scripts\/content-script.js" ], "matches": [ "https:\/\/*.my.connect.aws\/*" ] } ] } |