CRH Status
Central reporting hub components versions
Qu'est-ce que CRH Status ?
CRH Status est une extension Chrome développée par sap-cp-cfs, et sa fonction principale est "Central reporting hub components versions".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CRH Status
Téléchargez les fichiers d'extension CRH Status au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension enable CRH developers and management to get updated information on the CRH status
Informations de Base sur l'Extension
Nom | CRH Status |
ID | melbnefpklhpjpembcdnpjodfkmbpjgp |
URL Officiel | https://chromewebstore.google.com/detail/crh-status/melbnefpklhpjpembcdnpjodfkmbpjgp |
Description | Central reporting hub components versions |
Taille du Fichier | 28.71 MB |
Nombre d'Installations | 36 |
Version Actuelle | 1.10 |
Dernière Mise à Jour | 2018-03-05 |
Date de Publication | 2018-03-05 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | sap-cp-cfs |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://cfs-web.cfapps.eu10.hana.ondemand.com/privacy.html |
Langues Prises en Charge | 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\/" ] } |