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文件
下载Mayday Autocomplete扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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
}
} | |