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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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 } } |