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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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:\/\/*\/*"
    ]
}