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 |
| Eメール | [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
}
} | |