CSpeak - Browser Interface

Provides text control services to the CSpeak v6 NMH.

CSpeak - Browser Interfaceคืออะไร?

CSpeak - Browser Interface เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.clinicallyspeaking.net และคุณลักษณะหลักของมันคือ "Provides text control services to the CSpeak v6 NMH."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSpeak - Browser Interface

ดาวน์โหลดไฟล์ส่วนขยาย CSpeak - Browser Interface ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        CSpeak (v6) is a cloud-based voice recognition solution designed to improve the efficiency of healthcare providers by allowing them to quickly document their patient charts and perform standardized tasks in a fraction of the time normally needed to do so.

To continue with our goal of increasing the amount of platforms and Electronic Health Records (EMRs/EHRs) CSpeak can support, we are proud to announce the CSpeak - Chrome Interface Extension. This extension allows CSpeak to detect edit controls inside of the active web page and allows CSpeak to perform the core text control operations on the active edit control.  

With more EHRs moving to the web platform this extension will be the launching point to help provide increased compatibility and performance for the next generation of EHRs.

CSpeak is powered by the Nuance Dragon Medical SpeechKit to allow for a universal and familiar experience across all platforms and products that we offer. The current product offerings include CSpeak (Windows), CScription (IOS/AND/Web), CScribe (IOS/AND/Web), and the Prime series of products for Greenway users utilizing Prime Suite.

CSpeak (v6.11.59) or newer is required to use this extension. Please contact support if you have any questions or need assistance.

For product information please visit 'cspeak.clinicallyspeaking.net'
For support please visit 'support.clinicallyspeaking.net'
For training please visit 'training.clinicallyspeaking.net'                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CSpeak - Browser Interface CSpeak - Browser Interface
ID bakcppmdpnbbimapominolhblhhdbend
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cspeak-browser-interface/bakcppmdpnbbimapominolhblhhdbend
คำอธิบาย Provides text control services to the CSpeak v6 NMH.
ขนาดไฟล์ 19.54 KB
จำนวนการติดตั้ง 586
เวอร์ชันปัจจุบัน 1.5.45
อัปเดตครั้งล่าสุด 2022-04-27
วันที่เผยแพร่ 2020-06-24
ผู้พัฒนา https://www.clinicallyspeaking.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://clinicallyspeaking.net/cspeak-information/
URL หน้าช่วยเหลือ https://clinicallyspeaking.net/contact-support/
URL หน้านโยบายความเป็นส่วนตัว https://clinicallyspeaking.net/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSpeak - Browser Interface",
    "short_name": "CSpeak",
    "version": "1.5.45",
    "description": "Provides text control services to the CSpeak v6 NMH.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/tsxcare.therasoft.fr\/*",
            "https:\/\/tsxcare.therasoft.fr\/*",
            "http:\/\/tsc2-tsxcare-app.therasoft.fr\/*",
            "http:\/\/ris-sgbd-api.imagerie.local\/*"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "nativeMessaging",
        "tabs"
    ]
}