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 } } |