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”。

擴展截圖

screenshot

下載OpenMRS System Metrics擴展crx文件

下載OpenMRS System Metrics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 OpenMRS System Metrics OpenMRS System Metrics
ID hlboibcegflokmemnonpnlfbdgekcpbo
官方網址 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:\/\/*\/*"
    ]
}