Cozeva Connect Overlay (BETA)
Plugin for direct Cozeva access
Cozeva Connect Overlay (BETA) là gì?
Cozeva Connect Overlay (BETA) là một tiện ích mở rộng Chrome được phát triển bởi Cozeva, và tính năng chính của nó là "Plugin for direct Cozeva access".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cozeva Connect Overlay (BETA)
Tải xuống các tệp mở rộng Cozeva Connect Overlay (BETA) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fmggfkefgnkapcdeigjoanlkgjdmmdij |
URL Chính Thức | https://chromewebstore.google.com/detail/cozeva-connect-overlay-be/fmggfkefgnkapcdeigjoanlkgjdmmdij |
Mô tả | Plugin for direct Cozeva access |
Kích Thước Tệp | 915 KB |
Số Lần Cài Đặt | 451 |
Phiên Bản Hiện Tại | 4.1 |
Cập Nhật Lần Cuối | 2023-11-17 |
Ngày Phát Hành | 2023-10-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Cozeva |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.cozeva.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |