Cozeva Connect Overlay (BETA)

Plugin for direct Cozeva access

Cozeva Connect Overlay (BETA) क्या है?

Cozeva Connect Overlay (BETA) Cozeva द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plugin for direct Cozeva access"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cozeva Connect Overlay (BETA) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Does your organization use Cozeva to manage quality gaps and chronic conditions for your patients?

Install the CozevaConnect Overlay today to view and close gaps directly within your EHR!

CozevaConnect Overlay is compatible with most web-based EHR systems. Through this extension, care teams can quickly access a patient’s risk and quality care gaps in Cozeva at the point of care.

Features:
Launch COZEVA’s patient dashboard directly in the EHR
Assess and take actions on open quality care gaps and HCC conditions
Get real-time notifications and alerts from your Cozeva account

About Cozeva:  Cozeva is the operating system for value-based healthcare for quality, risk, and cost performance. As a cloud-based solution for ACOs, IPAs, payers, and providers, Cozeva aggregates and transforms multiple data streams into actionable analytics and registry driven dashboards in real-time. 

Premium features available with additional configuration. Email [email protected]

Requirements: 
Must have a Cozeva account

Supported EHRs:
Allscripts Touchworks (v 20 & above), athenahealth, Drchrono, Elation, Practice Fusion.
If your browser-based EHR is not listed above, you can use the ‘Contact Us’ form within the extension.

How to Install and Configure the CozevaConnect Overlay Extension:
Click ‘Add to Chrome’
Click ‘Add extension’ in the pop-up window
Click the Cozeva Connect Overlay extension icon at the top right-hand corner of your Chrome window
If you already have an active Cozeva session, the extension automatically retrieves your details. If you are not yet logged in, click on the ‘Login With Cozeva’ button
Add the URL(s) of your EHR to the ‘My URLs’ list.                    

एक्सटेंशन की मूल जानकारी

नाम Cozeva Connect Overlay (BETA) Cozeva Connect Overlay (BETA)
ID fmggfkefgnkapcdeigjoanlkgjdmmdij
आधिकारिक URL https://chromewebstore.google.com/detail/cozeva-connect-overlay-be/fmggfkefgnkapcdeigjoanlkgjdmmdij
विवरण Plugin for direct Cozeva access
फ़ाइल का आकार 915 KB
स्थापना संख्या 451
वर्तमान संस्करण 4.1
अंतिम अपडेट 2023-11-17
प्रकाशन तिथि 2023-10-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Cozeva
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.cozeva.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cozeva Connect Overlay (BETA)",
    "short_name": "Cozeva",
    "description": "Plugin for direct Cozeva access",
    "version": "4.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icons": {
            "16": "logo_inactive.png",
            "32": "logo_inactive.png",
            "48": "logo_inactive.png",
            "128": "logo_inactive.png"
        }
    },
    "icons": {
        "16": "logo_inactive.png",
        "32": "logo_inactive.png",
        "48": "logo_inactive.png",
        "128": "logo_inactive.png"
    },
    "background": {
        "service_worker": ".\/background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.cozeva.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.cozeva.com\/*"
        ]
    }
}