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 |
| 官方網址 | 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
}
} | |