Mayday Autocomplete

Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.

What is Mayday Autocomplete?

Mayday Autocomplete is a Chrome extension developed by https://getmayday.co, and its main feature is "Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.".

Extension Screenshots

screenshot
screenshot

Download Mayday Autocomplete Extension CRX File

Download Mayday Autocomplete extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Mayday Autocomplete Mayday Autocomplete
ID gkdaknekampmhgodoghaikebkhphmmnl
Official URL https://chromewebstore.google.com/detail/mayday-autocomplete/gkdaknekampmhgodoghaikebkhphmmnl
Description Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.
File Size 14.3 KB
Installation Count 80
Current Version 1.3.1
Last Updated 2020-02-11
Publish Date 2020-02-11
Developer https://getmayday.co
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.mayday.fr/en/legal/politique-de-confidentialite
Supported Languages 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
    }
}