Mayday Autocomplete

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

Cos'è Mayday Autocomplete?

Mayday Autocomplete è un'estensione di Chrome sviluppata da https://getmayday.co, e la sua funzione principale è "Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Mayday Autocomplete

Scarica i file di estensione Mayday Autocomplete in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Mayday Autocomplete Mayday Autocomplete
ID gkdaknekampmhgodoghaikebkhphmmnl
URL Ufficiale https://chromewebstore.google.com/detail/mayday-autocomplete/gkdaknekampmhgodoghaikebkhphmmnl
Descrizione Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.
Dimensione del File 14.3 KB
Conteggio Installazioni 80
Versione Corrente 1.3.1
Ultimo Aggiornamento 2020-02-11
Data di Pubblicazione 2020-02-11
Sviluppatore https://getmayday.co
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.mayday.fr/en/legal/politique-de-confidentialite
Lingue Supportate 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
    }
}