Mayday Autocomplete
Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.
Mayday Autocomplete là gì?
Mayday Autocomplete là một tiện ích mở rộng Chrome được phát triển bởi https://getmayday.co, và tính năng chính của nó là "Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mayday Autocomplete
Tải xuống các tệp mở rộng Mayday Autocomplete dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mayday Autocomplete |
ID | gkdaknekampmhgodoghaikebkhphmmnl |
URL Chính Thức | https://chromewebstore.google.com/detail/mayday-autocomplete/gkdaknekampmhgodoghaikebkhphmmnl |
Mô tả | Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window. |
Kích Thước Tệp | 14.3 KB |
Số Lần Cài Đặt | 80 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2020-02-11 |
Ngày Phát Hành | 2020-02-11 |
Nhà Phát Triển | https://getmayday.co |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.mayday.fr/en/legal/politique-de-confidentialite |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |