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 - это расширение Chrome, разработанное Code4dell, и его основная функция - "The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.".
Снимки экрана расширения
Скачать файл CRX расширения IDRAC 9 - Set PD Offline
Скачайте файлы расширений 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 |
Официальный URL | 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:\/\/*\/*" ] } |