Mayday Autocomplete
Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.
Mayday Autocomplete란 무엇입니까?
Mayday Autocomplete은(는) https://getmayday.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window."입니다.
확장 프로그램 스크린샷
Mayday Autocomplete 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Mayday Autocomplete is a chrome extension dedicated to Mayday's clients using Intercom as a Helpdesk. The extension improves users experience by inserting Mayday's suggested answers directly into the answer input window. It requires a Mayday account and the setup of the decision tree. If you want the boost your customer support, reach out through our website: getmayday.co
확장 프로그램 기본 정보
이름 | Mayday Autocomplete |
ID | gkdaknekampmhgodoghaikebkhphmmnl |
공식 URL | https://chromewebstore.google.com/detail/mayday-autocomplete/gkdaknekampmhgodoghaikebkhphmmnl |
설명 | Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window. |
파일 크기 | 14.3 KB |
설치 횟수 | 80 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2020-02-11 |
출시 날짜 | 2020-02-11 |
개발자 | https://getmayday.co |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.mayday.fr/en/legal/politique-de-confidentialite |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mayday Autocomplete", "version": "1.3.1", "description": "Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/app.intercom.com\/a\/apps\/*", "https:\/\/app.intercom.io\/a\/apps\/*" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |