CRH Status

Central reporting hub components versions

Wat is CRH Status?

CRH Status is een Chrome-extensie ontwikkeld door sap-cp-cfs, en de belangrijkste functie is "Central reporting hub components versions".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CRH Status

Download CRH Status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam CRH Status CRH Status
ID melbnefpklhpjpembcdnpjodfkmbpjgp
Officiële URL https://chromewebstore.google.com/detail/crh-status/melbnefpklhpjpembcdnpjodfkmbpjgp
Beschrijving Central reporting hub components versions
Bestandsgrootte 28.71 MB
Aantal Installaties 36
Huidige Versie 1.10
Laatst Bijgewerkt 2018-03-05
Publicatiedatum 2018-03-05
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar sap-cp-cfs
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://cfs-web.cfapps.eu10.hana.ondemand.com/privacy.html
Ondersteunde Talen 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\/"
    ]
}