Mayday Autocomplete

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

Was ist Mayday Autocomplete?

Mayday Autocomplete ist eine Chrome-Erweiterung, die von https://getmayday.co entwickelt wurde, und ihr Hauptmerkmal ist "Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.".

Erweiterungsscreenshots

screenshot
screenshot

Mayday Autocomplete-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mayday Autocomplete-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Mayday Autocomplete Mayday Autocomplete
ID gkdaknekampmhgodoghaikebkhphmmnl
Offizielle URL https://chromewebstore.google.com/detail/mayday-autocomplete/gkdaknekampmhgodoghaikebkhphmmnl
Beschreibung Mayday Autocomplete allows Intercom users to directly get Mayday's suggested answers into the answer window.
Dateigröße 14.3 KB
Installationsanzahl 80
Aktuelle Version 1.3.1
Letztes Update 2020-02-11
Veröffentlichungsdatum 2020-02-11
Entwickler https://getmayday.co
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.mayday.fr/en/legal/politique-de-confidentialite
Unterstützte Sprachen 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
    }
}