CRH Status

Central reporting hub components versions

Cos'è CRH Status?

CRH Status è un'estensione di Chrome sviluppata da sap-cp-cfs, e la sua funzione principale è "Central reporting hub components versions".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CRH Status

Scarica i file di estensione CRH Status in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome CRH Status CRH Status
ID melbnefpklhpjpembcdnpjodfkmbpjgp
URL Ufficiale https://chromewebstore.google.com/detail/crh-status/melbnefpklhpjpembcdnpjodfkmbpjgp
Descrizione Central reporting hub components versions
Dimensione del File 28.71 MB
Conteggio Installazioni 36
Versione Corrente 1.10
Ultimo Aggiornamento 2018-03-05
Data di Pubblicazione 2018-03-05
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore sap-cp-cfs
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://cfs-web.cfapps.eu10.hana.ondemand.com/privacy.html
Lingue Supportate 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\/"
    ]
}