CRH Status

Central reporting hub components versions

CRH Statusคืออะไร?

CRH Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sap-cp-cfs และคุณลักษณะหลักของมันคือ "Central reporting hub components versions"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CRH Status

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
    ]
}