OpenMRS System Metrics

OpenMRS System Performance & Utilization Module's Google Chrome Extension

Was ist OpenMRS System Metrics?

OpenMRS System Metrics ist eine Chrome-Erweiterung, die von Bytescare entwickelt wurde, und ihr Hauptmerkmal ist "OpenMRS System Performance & Utilization Module's Google Chrome Extension".

Erweiterungsscreenshots

screenshot

OpenMRS System Metrics-Erweiterungs-CRX-Datei herunterladen

Laden Sie OpenMRS System Metrics-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name OpenMRS System Metrics OpenMRS System Metrics
ID hlboibcegflokmemnonpnlfbdgekcpbo
Offizielle URL https://chrome.google.com/webstore/detail/openmrs-system-metrics/hlboibcegflokmemnonpnlfbdgekcpbo
Beschreibung OpenMRS System Performance & Utilization Module's Google Chrome Extension
Dateigröße 62.64 KB
Installationsanzahl 22
Aktuelle Version 1.0
Letztes Update 2015-07-29
Veröffentlichungsdatum 2015-07-29
Entwickler Bytescare
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://wiki.openmrs.org/display/projects/System+Performance+and+Utilization+Module
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}