Mayday Autocomplete

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

Apa itu Mayday Autocomplete?

Mayday Autocomplete adalah ekstensi Chrome yang dikembangkan oleh https://getmayday.co, dan fitur utamanya adalah "Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Mayday Autocomplete

Unduh file ekstensi Mayday Autocomplete dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Mayday Autocomplete Mayday Autocomplete
ID gkdaknekampmhgodoghaikebkhphmmnl
URL Resmi https://chromewebstore.google.com/detail/mayday-autocomplete/gkdaknekampmhgodoghaikebkhphmmnl
Deskripsi Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.
Ukuran File 14.3 KB
Jumlah Instalasi 80
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2020-02-11
Tanggal Publikasi 2020-02-11
Pengembang https://getmayday.co
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.mayday.fr/en/legal/politique-de-confidentialite
Bahasa yang Didukung 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
    }
}