Cozeva Connect Overlay (BETA)
Plugin for direct Cozeva access
Cozeva Connect Overlay (BETA)란 무엇입니까?
Cozeva Connect Overlay (BETA)은(는) Cozeva에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plugin for direct Cozeva access"입니다.
확장 프로그램 스크린샷
Cozeva Connect Overlay (BETA) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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\/*" ] } } |