Mayday Autocomplete
Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.
Vad är Mayday Autocomplete?
Mayday Autocomplete är en Chrome-tillägg utvecklad av https://getmayday.co, och dess huvudfunktion är "Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.".
Tilläggsskärmbilder
Ladda ner Mayday Autocomplete-förlängningens CRX-fil
Ladda ner Mayday Autocomplete-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | gkdaknekampmhgodoghaikebkhphmmnl |
| Officiell webbadress | https://chromewebstore.google.com/detail/mayday-autocomplete/gkdaknekampmhgodoghaikebkhphmmnl |
| Beskrivning | Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window. |
| Filstorlek | 14.3 KB |
| Antal Installationer | 80 |
| Aktuell Version | 1.3.1 |
| Senast Uppdaterad | 2020-02-11 |
| Publiceringsdatum | 2020-02-11 |
| Utvecklare | https://getmayday.co |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.mayday.fr/en/legal/politique-de-confidentialite |
| Stödda Språk | 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
}
} | |