Nuance EHRi Web Extension

Nuance EHR Interface Web Extension

ما هو Nuance EHRi Web Extension؟

Nuance EHRi Web Extension هو إضافة Chrome تم تطويرها بواسطة Nuance Communications, Inc.، والميزة الرئيسية لها هي "Nuance EHR Interface Web Extension".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Nuance EHRi Web Extension

قم بتنزيل ملفات الامتداد Nuance EHRi Web Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Nuance EHRI Web Extension enhances Dragon's integration with Chrome based Electronic health record systems like Meditech and Athena. The extension is used by Dragon Medical One (DMO) product to support Dragon Medical Advisor workflow. When a physician works on a EHR system, based on the current patient information and documentation, DMO shows advice which help physicians improve clinical documentation. In this entire workflow, the Nuance EHRi Web extension is used for retrieving information from EHR system.

To enable the extension, click "Add to Chrome", confirm, then refresh.
To make sure that it is enabled, click the menu icon in Chrome > Settings > Extensions and look for "Nuance EHRI Web Extension". If you cannot find the extension, return to this page and click "Add to Chrome".

Nuance EHRI Web Extension should update automatically. If your organization has centralized the deployment of extensions, contact your administrator.

New in version
•	Purpose of this extension is to enable and support the Dragon Medical Advisor workflow for Chrome based EMRs                    

معلومات أساسية عن التمديد

الاسم Nuance EHRi Web Extension Nuance EHRi Web Extension
ID iheanendiljegnemgmaklemiaekghofn
عنوان URL الرسمي https://chromewebstore.google.com/detail/nuance-ehri-web-extension/iheanendiljegnemgmaklemiaekghofn
الوصف Nuance EHR Interface Web Extension
حجم الملف 118 KB
عدد التثبيتات 36,768
النسخة الحالية 3.24.0.7445
آخر تحديث 2024-02-20
تاريخ النشر 2022-05-17
المطور Nuance Communications, Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.nuance.com/about-us/company-policies/privacy-policies.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nuance EHRi Web Extension",
    "short_name": "Nuance.EHRi",
    "version": "3.24.0.7445",
    "description": "Nuance EHR Interface Web Extension",
    "minimum_chrome_version": "110.0.0.0",
    "action": {
        "default_icon": "images\/DMGreen16x16.png"
    },
    "icons": {
        "16": "images\/DMGreen16x16.png",
        "32": "images\/DMGreen32x32.png",
        "48": "images\/DMGreen48x48.png",
        "128": "images\/DMGreen128x128.png"
    },
    "permissions": [
        "tabs",
        "nativeMessaging",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*\/Shibboleth.sso\/*",
                "*:\/\/averapacsweb\/*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content_Ehri.js",
                "jslib\/ehriContentController.js",
                "jslib\/appConfig.js",
                "jslib\/elementMonitor.js",
                "jslib\/stringMonitor.js",
                "jslib\/stringExt.js",
                "jslib\/htmlExtractorMeditech.js",
                "jslib\/htmlTransform.js",
                "jslib\/htmlTransformMeditech.js",
                "jslib\/events.js",
                "jslib\/utils.js",
                "jslib\/domUtils.js",
                "jsonpath-0.8.0.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content_Ehri.js",
                "data\/*.json",
                "jslib\/*.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}