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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में IDRAC 9 - Set PD Offline एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
    ]
}