CRH Status
Central reporting hub components versions
什麼是CRH Status?
CRH Status是由sap-cp-cfs開發的Chrome擴展程式,該擴展的主要功能是“Central reporting hub components versions”。
擴展截圖
下載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 |
ID | melbnefpklhpjpembcdnpjodfkmbpjgp |
官方網址 | 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\/" ] } |