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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IDRAC 9 - Set PD Offline IDRAC 9 - Set PD Offline
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:\/\/*\/*"
    ]
}