Virtual UI

The Virtual UI extension for CSpeak (v23+)

Virtual UIคืออะไร?

Virtual UI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.clinicallyspeaking.net และคุณลักษณะหลักของมันคือ "The Virtual UI extension for CSpeak (v23+)"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Virtual UI

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

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

                        This extension provides expanded text control accessibility to your CSpeak (v22+) client. By using this extension CSpeak will be able to detect and interact with web based text controls at the point of the cursor.

CSpeak 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.

[Version 23.5.8]
This version adapts the extension to work with the new version of the Athena Slate Editor. 

[Version 23.4.12]
This version has new functionality to help provide more stability in the HST EMR. Additional improvements have been made for web apps that perform any form of partial content loading. 

[Version 23.2.10]
This version has new functionality inside of Froala text editors. This is based on the latest version of the text editor as of 2/1/2023. Additionally improvements have been made to ensure that requests are only sent to tabs that have fully loaded the extension. If a tab fails to load the extension in time for a request, the request will be ignored.

[Version 22.12.12]
This version expands on the functionality provided in v22.12.12 and increases compatibility with the new Slate JS text fields found in the document editor.

[Version 22.12.12]
The version is focused on advancing the integration between CSpeak v22 and the Athena One document editor. Please note that some fields in Athena One have changed recently (e.g. Assessment and Patient Goals) and the extension will be updated in the near future to accommodate those fields.                    

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

ชื่อ Virtual UI Virtual UI
ID hogkghjnejdnfgiioamohgaokbebongi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/virtual-ui/hogkghjnejdnfgiioamohgaokbebongi
คำอธิบาย The Virtual UI extension for CSpeak (v23+)
ขนาดไฟล์ 16.38 KB
จำนวนการติดตั้ง 1,091
เวอร์ชันปัจจุบัน 23.5.8
อัปเดตครั้งล่าสุด 2023-12-28
วันที่เผยแพร่ 2022-06-16
ผู้พัฒนา https://www.clinicallyspeaking.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://clinicallyspeaking.net/cspeak-information/
URL หน้าช่วยเหลือ https://clinicallyspeaking.net/contact-support/
URL หน้านโยบายความเป็นส่วนตัว https://clinicallyspeaking.net/privacy-policy.pdf
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Virtual UI",
    "short_name": "VUI",
    "version": "23.5.8",
    "description": "The Virtual UI extension for CSpeak (v23+)",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "nativeMessaging",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}