OpenMRS System Metrics
OpenMRS System Performance & Utilization Module's Google Chrome Extension
OpenMRS System Metrics란 무엇입니까?
OpenMRS System Metrics은(는) Bytescare에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OpenMRS System Performance & Utilization Module's Google Chrome Extension"입니다.
확장 프로그램 스크린샷
OpenMRS System Metrics 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
OpenMRS module "System Performance and Utilization Module" to supply additional information on system performance and utilization in order to monitor reliability and impact of the electronic medical record system installation. This module monitors OpenMRS and transfers specific system indicators, possibly using the Performance and Utilization Monitoring Program framework developed for an OpenMRS network implementation in Kenya. The expansion of indicators could include system indicators (CPU load, etc) and application level indicators (# of opened charts, etc), as well as, the further development of the visualization of these indicators (drill-down to view details within those statistics - which users logged in, which charts were opened, etc). This is an extension to the same module so the user don't have to open that page again and again. Requirements :- 1. OpenMRS Stable Release Installed 2. System Performance & Utilization Module Version 2.0 Installed 3. Googgle Chrome Installed
확장 프로그램 기본 정보
이름 | |
ID | hlboibcegflokmemnonpnlfbdgekcpbo |
공식 URL | https://chrome.google.com/webstore/detail/openmrs-system-metrics/hlboibcegflokmemnonpnlfbdgekcpbo |
설명 | OpenMRS System Performance & Utilization Module's Google Chrome Extension |
파일 크기 | 62.64 KB |
설치 횟수 | 22 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-07-29 |
출시 날짜 | 2015-07-29 |
개발자 | Bytescare |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wiki.openmrs.org/display/projects/System+Performance+and+Utilization+Module |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OpenMRS System Metrics", "description": "OpenMRS System Performance & Utilization Module's Google Chrome Extension", "version": "1.0", "author": "Vineet Kumar", "browser_action": { "default_icon": "resources\/img\/logo.png", "default_popup": "popup.html" }, "icons": { "16": "resources\/img\/icon16.png", "48": "resources\/img\/icon48.png", "128": "resources\/img\/icon128.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/localhost\/", "http:\/\/*\/*" ] } |