Deepdesk
Deepdesk Autocomplete and Next Message Suggestions right above your message field.
Deepdesk란 무엇입니까?
Deepdesk은(는) Deepdesk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Deepdesk Autocomplete and Next Message Suggestions right above your message field."입니다.
확장 프로그램 스크린샷
Deepdesk 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Install Deepdesk to enable reply suggestions, autocomplete and much more in LivePersons' LiveEngage and Clarabridge Engage. Deepdesk is your AI customer support automation platform that understands conversations, enables repetitive processes automation and helps in creating satisfied customers with a number of smart features that assist agents in their job. Increase typing speed by 50% with the deployment of autocomplete and realtime message suggestions to your contact center. We provide unique personalised suggestions specific to your own agents style and your customers history: retaining the personal touch for delighting customers. Interested in using Deepdesk in LivePersons' LiveEngage or Clarabridge Engage? Please get in touch, we'll make it happen. Learn more at www.deepdesk.com
확장 프로그램 기본 정보
이름 | Deepdesk |
ID | hjdmbhjhcbljokakbbpcnjeoppohgeke |
공식 URL | https://chromewebstore.google.com/detail/deepdesk/hjdmbhjhcbljokakbbpcnjeoppohgeke |
설명 | Deepdesk Autocomplete and Next Message Suggestions right above your message field. |
파일 크기 | 248 KB |
설치 횟수 | 740 |
현재 버전 | 4.6.7 |
최근 업데이트 | 2024-02-15 |
출시 날짜 | 2020-06-03 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Deepdesk |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https:///deepdesk.com |
도움말 페이지 URL | https://deepdesk.com/contact |
개인정보 보호 정책 페이지 URL | https://deepdesk.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Deepdesk", "manifest_version": 3, "version": "4.6.7", "description": "Deepdesk Autocomplete and Next Message Suggestions right above your message field.", "web_accessible_resources": [ { "resources": [ "\/plugin.js" ], "matches": [ "https:\/\/*.le.liveperson.net\/*", "https:\/\/app.engagor.com\/*", "https:\/\/*.trailblaze.lightning.force.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.force.com\/*", "https:\/\/*.my.salesforce.com\/*", "https:\/\/*.salesforce.com\/*", "https:\/\/*.coosto.com\/*", "https:\/\/*.anywhere365.io\/*", "https:\/\/dynamics.microsoft.com\/*", "https:\/\/*.crm.dynamics.com\/*", "https:\/\/*.crm1.dynamics.com\/*", "https:\/\/*.crm2.dynamics.com\/*", "https:\/\/*.crm3.dynamics.com\/*", "https:\/\/*.crm4.dynamics.com\/*", "https:\/\/*.crm5.dynamics.com\/*", "https:\/\/*.crm6.dynamics.com\/*", "https:\/\/*.crm7.dynamics.com\/*", "https:\/\/*.crm8.dynamics.com\/*", "https:\/\/*.crm9.dynamics.com\/*", "https:\/\/*.crm10.dynamics.com\/*", "https:\/\/*.crm11.dynamics.com\/*", "https:\/\/*.crm.microsoftdynamics.de\/*", "https:\/\/*.mypurecloud.com\/*" ] } ], "content_security_policy": { "extension_pages": "default-src 'none'; script-src-elem 'self'" }, "permissions": [ "storage" ], "content_scripts": [ { "run_at": "document_idle", "js": [ "platform_script.js" ], "matches": [ "https:\/\/*.le.liveperson.net\/*", "https:\/\/app.engagor.com\/*", "https:\/\/*.trailblaze.lightning.force.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.force.com\/*", "https:\/\/*.my.salesforce.com\/*", "https:\/\/*.salesforce.com\/*", "https:\/\/*.coosto.com\/*", "https:\/\/*.anywhere365.io\/*", "https:\/\/dynamics.microsoft.com\/*", "https:\/\/*.crm.dynamics.com\/*", "https:\/\/*.crm1.dynamics.com\/*", "https:\/\/*.crm2.dynamics.com\/*", "https:\/\/*.crm3.dynamics.com\/*", "https:\/\/*.crm4.dynamics.com\/*", "https:\/\/*.crm5.dynamics.com\/*", "https:\/\/*.crm6.dynamics.com\/*", "https:\/\/*.crm7.dynamics.com\/*", "https:\/\/*.crm8.dynamics.com\/*", "https:\/\/*.crm9.dynamics.com\/*", "https:\/\/*.crm10.dynamics.com\/*", "https:\/\/*.crm11.dynamics.com\/*", "https:\/\/*.crm.microsoftdynamics.de\/*", "https:\/\/*.mypurecloud.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |