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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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\/"
    ]
}