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.
Co je IDRAC 9 - Set PD Offline?
IDRAC 9 - Set PD Offline je rozšíření Chrome vyvinuté Code4dell, a jeho hlavní funkcí je „The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření IDRAC 9 - Set PD Offline
Stáhněte si soubory rozšíření IDRAC 9 - Set PD Offline ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ifjfpnipghepmfdcikgbaphmdbafapej |
Oficiální URL | https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej |
Popis | The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server. |
Velikost souboru | 428 KB |
Počet instalací | 85 |
Aktuální Verze | 2 |
Poslední Aktualizace | 2020-10-01 |
Datum Vydání | 2020-09-29 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Code4dell |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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:\/\/*\/*" ] } |