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 là gì?

IDRAC 9 - Set PD Offline là một tiện ích mở rộng Chrome được phát triển bởi Code4dell, và tính năng chính của nó là "The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IDRAC 9 - Set PD Offline

Tải xuống các tệp mở rộng IDRAC 9 - Set PD Offline dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IDRAC 9 - Set PD Offline IDRAC 9 - Set PD Offline
ID ifjfpnipghepmfdcikgbaphmdbafapej
URL Chính Thức https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej
Mô tả The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.
Kích Thước Tệp 428 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2020-10-01
Ngày Phát Hành 2020-09-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Code4dell
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}