Rubrik API Code Capture

Rubrik API Code Capture

Complete a workflow in the Rubrik UI and output the exact APIs used to complete that workflow.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rubrik API Code Capture",
  "short_name": "API Code Capture",
  "description": "Complete a workflow in the Rubrik UI and output the exact APIs used to complete that workflow.",
  "author": "Drew Russell <@drusse11>",
  "version": "1.0.0",
  "manifest_version": 2,
  "minimum_chrome_version": "43",
  "devtools_page": "index.html",
  "icons": {
    "16": "favicon.ico",
    "48": "logo192.png",
    "128": "logo512.png"
  }
}