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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 3M M*Modal และคุณลักษณะหลักของมันคือ "Enables level 3 support for many web applications."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย M*Modal Fluency Direct Web Connector

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}