CRH Status

Central reporting hub components versions

What is CRH Status?

CRH Status is a Chrome extension developed by sap-cp-cfs, and its main feature is "Central reporting hub components versions".

Extension Screenshots

screenshot

Download CRH Status Extension CRX File

Download CRH Status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension enable CRH developers and management to get updated information on the CRH status                    

Extension Basic Information

Name CRH Status CRH Status
ID melbnefpklhpjpembcdnpjodfkmbpjgp
Official URL https://chromewebstore.google.com/detail/crh-status/melbnefpklhpjpembcdnpjodfkmbpjgp
Description Central reporting hub components versions
File Size 28.71 MB
Installation Count 36
Current Version 1.10
Last Updated 2018-03-05
Publish Date 2018-03-05
Rating 5.00/5 Total 3 Ratings
Developer sap-cp-cfs
Email [email protected]
Payment Type free
Privacy Policy Page URL https://cfs-web.cfapps.eu10.hana.ondemand.com/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CRH Status",
    "description": "Central reporting hub components versions",
    "version": "1.10",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/properties.js"
        ]
    },
    "icons": {
        "16": "res\/icon.png",
        "48": "res\/icon.png",
        "128": "res\/icon.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/*.sap.hana.ondemand.com\/*",
        "http:\/\/*.sap.hana.ondemand.com\/*",
        "background",
        "identity",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}