M*Modal Fluency Direct Web Connector

Enables level 3 support for many web applications.

M*Modal Fluency Direct Web Connectorとは何ですか?

M*Modal Fluency Direct Web Connectorは3M M*Modalによって開発されたChromeの拡張機能で、その主な機能は「Enables level 3 support for many web applications.」です。

拡張機能のスクリーンショット

screenshot

M*Modal Fluency Direct Web Connector拡張機能のCRXファイルをダウンロード

M*Modal Fluency Direct Web Connector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 M*Modal Fluency Direct Web Connector M*Modal Fluency Direct Web Connector
ID phgddhgfnjjaobkeekohieahfingldac
公式URL https://chromewebstore.google.com/detail/mmodal-fluency-direct-web/phgddhgfnjjaobkeekohieahfingldac
説明 Enables level 3 support for many web applications.
ファイルサイズ 35.59 KB
インストール数 846,459
現在のバージョン 5.10.3.4
最終更新日 2023-10-30
公開日 2020-02-06
評価 4.33/5 合計 9 レビュー
開発者 3M M*Modal
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.3m.com/3M/en_US/health-information-systems-us/create-time-to-care/clinician-solutions/speech-recognition/fluency-direct/
プライバシーポリシーページのURL https://www.3m.com/3M/en_US/company-us/privacy-policy
対応言語 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"
    }
}