M*Modal Fluency Direct Web Connector

Enables level 3 support for many web applications.

M*Modal Fluency Direct Web Connector là gì?

M*Modal Fluency Direct Web Connector là một tiện ích mở rộng Chrome được phát triển bởi 3M M*Modal, và tính năng chính của nó là "Enables level 3 support for many web applications.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng M*Modal Fluency Direct Web Connector

Tải xuống các tệp mở rộng M*Modal Fluency Direct Web Connector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên M*Modal Fluency Direct Web Connector M*Modal Fluency Direct Web Connector
ID phgddhgfnjjaobkeekohieahfingldac
URL Chính Thức https://chromewebstore.google.com/detail/mmodal-fluency-direct-web/phgddhgfnjjaobkeekohieahfingldac
Mô tả Enables level 3 support for many web applications.
Kích Thước Tệp 35.59 KB
Số Lần Cài Đặt 846,459
Phiên Bản Hiện Tại 5.10.3.4
Cập Nhật Lần Cuối 2023-10-30
Ngày Phát Hành 2020-02-06
Đánh Giá 4.33/5 Tổng số 9 Đánh Giá
Nhà Phát Triển 3M M*Modal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.3m.com/3M/en_US/health-information-systems-us/create-time-to-care/clinician-solutions/speech-recognition/fluency-direct/
URL Trang Chính Sách Bảo Mật https://www.3m.com/3M/en_US/company-us/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}