Mayday Autocomplete

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

Co to jest Mayday Autocomplete?

Mayday Autocomplete to rozszerzenie Chrome opracowane przez https://getmayday.co, a jego główną funkcją jest „Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Mayday Autocomplete

Pobierz pliki rozszerzeń Mayday Autocomplete w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Mayday Autocomplete Mayday Autocomplete
ID gkdaknekampmhgodoghaikebkhphmmnl
Oficjalny URL https://chromewebstore.google.com/detail/mayday-autocomplete/gkdaknekampmhgodoghaikebkhphmmnl
Opis Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.
Rozmiar pliku 14.3 KB
Liczba instalacji 80
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2020-02-11
Data Publikacji 2020-02-11
Deweloper https://getmayday.co
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.mayday.fr/en/legal/politique-de-confidentialite
Obsługiwane Języki 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
    }
}