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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}