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.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл 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 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
    }
}