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.
什麼是IDRAC 9 - Set PD Offline?
IDRAC 9 - Set PD Offline是由Code4dell開發的Chrome擴展程式,該擴展的主要功能是“The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.”。
擴展截圖
下載IDRAC 9 - Set PD Offline擴展crx文件
下載IDRAC 9 - Set PD Offline擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | ifjfpnipghepmfdcikgbaphmdbafapej |
官方網址 | https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej |
簡介 | The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server. |
檔案大小 | 428 KB |
安裝次數 | 85 |
目前版本 | 2 |
更新時間 | 2020-10-01 |
上架時間 | 2020-09-29 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Code4dell |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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:\/\/*\/*" ] } |