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
Eメール [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\/"
    ]
}