M*Modal Fluency Direct Web Connector

Enables level 3 support for many web applications.

Was ist M*Modal Fluency Direct Web Connector?

M*Modal Fluency Direct Web Connector ist eine Chrome-Erweiterung, die von 3M M*Modal entwickelt wurde, und ihr Hauptmerkmal ist "Enables level 3 support for many web applications.".

Erweiterungsscreenshots

screenshot

M*Modal Fluency Direct Web Connector-Erweiterungs-CRX-Datei herunterladen

Laden Sie M*Modal Fluency Direct Web Connector-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

                        The M*Modal Fluency Direct Web Connector is installed automatically by Fluency Direct  versions 9.1.106 and greater. Once installed, updates are handled automatically by both Google and M*Modal. Once an update is released by M*Modal, you should see an update to your browser within 5 or fewer hours after deployment.

All supporting documentation can be found at:
https://docs.mmodal.com/direct/index.php/technical/upgrade-center/release-notes/release-notes-browser-extension                    

Grundlegende Informationen zur Erweiterung

Name M*Modal Fluency Direct Web Connector M*Modal Fluency Direct Web Connector
ID phgddhgfnjjaobkeekohieahfingldac
Offizielle URL https://chromewebstore.google.com/detail/mmodal-fluency-direct-web/phgddhgfnjjaobkeekohieahfingldac
Beschreibung Enables level 3 support for many web applications.
Dateigröße 35.59 KB
Installationsanzahl 846,459
Aktuelle Version 5.10.3.4
Letztes Update 2023-10-30
Veröffentlichungsdatum 2020-02-06
Bewertung 4.33/5 Insgesamt 9 Bewertungen
Entwickler 3M M*Modal
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.3m.com/3M/en_US/health-information-systems-us/create-time-to-care/clinician-solutions/speech-recognition/fluency-direct/
URL der Datenschutzrichtlinien-Seite https://www.3m.com/3M/en_US/company-us/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "M*Modal Fluency Direct Web Connector",
    "description": "Enables level 3 support for many web applications.",
    "version": "5.10.3.4",
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging"
    ],
    "web_accessible_resources": [
        "fd-web-connector.js"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    }
}