CRH Status

Central reporting hub components versions

什么是CRH Status?

CRH Status是由sap-cp-cfs开发的Chrome扩展程序,该扩展的主要功能是“Central reporting hub components versions”。

扩展截图

screenshot

下载CRH Status扩展crx文件

下载CRH Status扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 CRH Status CRH Status
ID melbnefpklhpjpembcdnpjodfkmbpjgp
官方URL https://chromewebstore.google.com/detail/crh-status/melbnefpklhpjpembcdnpjodfkmbpjgp
简介 Central reporting hub components versions
文件大小 28.71 MB
安装次数 36
当前版本 1.10
更新时间 2018-03-05
上架时间 2018-03-05
评分 5.00/5 共3次评分
开发者 sap-cp-cfs
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://cfs-web.cfapps.eu10.hana.ondemand.com/privacy.html
支持的语言 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\/"
    ]
}