Console Recorder for AWS

Console Recorder for AWS

Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation template.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Console Recorder for AWS",
  "version": "0.3.36",
  "manifest_version": 2,
  "description": "Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation template.",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "icons": {
    "128": "icon-128.png"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "128": "icon-128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "clipboardWrite",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "notifications",
    "storage",
    "debugger",
    "*://*.aws.amazon.com/*",
    "*://*.amazonaws.com/*",
    "*://developer.amazon.com/*",
    "*://*.amazonaws-us-gov.com/*"
  ]
}