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
电子邮箱 [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"
    }
}