Amazon Connect Screen Pop
Amazon Connect Contact Control Panel (CCP) Screen Pop
Amazon Connect Screen Popคืออะไร?
Amazon Connect Screen Pop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Purple Network และคุณลักษณะหลักของมันคือ "Amazon Connect Contact Control Panel (CCP) Screen Pop"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Connect Screen Pop
ดาวน์โหลดไฟล์ส่วนขยาย Amazon Connect Screen Pop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } ] } |