OpenMRS System Metrics

OpenMRS System Performance & Utilization Module's Google Chrome Extension

OpenMRS System Metrics क्या है?

OpenMRS System Metrics Bytescare द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OpenMRS System Performance & Utilization Module's Google Chrome Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OpenMRS System Metrics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                    

एक्सटेंशन की मूल जानकारी

नाम OpenMRS System Metrics OpenMRS System Metrics
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:\/\/*\/*"
    ]
}