IDRAC 9 - Set PD Offline
The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.
Cos'è IDRAC 9 - Set PD Offline?
IDRAC 9 - Set PD Offline è un'estensione di Chrome sviluppata da Code4dell, e la sua funzione principale è "The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IDRAC 9 - Set PD Offline
Scarica i file di estensione IDRAC 9 - Set PD Offline 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
Version 2: The tool is simple. In case you need to put a disk offline without accessing perccli or omsa and you only have access through IDRAC, this tool will help you to do this. Only works on IDRAC 9.
Informazioni di Base sull'Estensione
Nome | |
ID | ifjfpnipghepmfdcikgbaphmdbafapej |
URL Ufficiale | https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej |
Descrizione | The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server. |
Dimensione del File | 428 KB |
Conteggio Installazioni | 85 |
Versione Corrente | 2 |
Ultimo Aggiornamento | 2020-10-01 |
Data di Pubblicazione | 2020-09-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Code4dell |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IDRAC 9 - Set PD Offline", "manifest_version": 2, "version": "2", "description": "The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.", "browser_action": { "default_icon": "icon.png", "default_title": "IDRAC 9 - Set PD Offline" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |