IDRAC 9 - Set PD Offline

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.

Merlin
Additional files are visible only to premium users

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