Mayday Autocomplete
Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.
Mayday Autocompleteคืออะไร?
Mayday Autocomplete เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getmayday.co และคุณลักษณะหลักของมันคือ "Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mayday Autocomplete
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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 } } |