Console Recorder for AWS

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

什么是Console Recorder for AWS?

Console Recorder for AWS是由Ian Mckay开发的Chrome扩展程序,该扩展的主要功能是“Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation template.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Console Recorder for AWS扩展crx文件

下载Console Recorder for AWS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Use Firefox? https://addons.mozilla.org/en-GB/firefox/addon/console-recorder/

USAGE
Click the orange Console Recorder for AWS icon in the top-right corner of your Chrome window. If you do not see it, you may find it by clicking the three vertical dots and checking the top row. Once the popup is presented, click the Start Recording button.

All supported actions will be recorded up until the point in which you click the icon again and select the Stop Recording button, at which point you will be presented with the dashboard for you to copy code from.

COVERAGE
Not all actions and resources are supported yet, check https://github.com/iann0036/AWSConsoleRecorderGenerator/blob/master/coverage.md for an up-to-date overview of supported actions and resources. This page is automatically generated.

BUGS
Given the nature of the extension, and the frequency in which the AWS team make updates, bugs will be frequent and inevitable. If you find these bugs, check the issues page (https://github.com/iann0036/AWSConsoleRecorder/issues) to see if it has already been raised and if not, feel free to raise it.                    

扩展基本信息

名称 Console Recorder for AWS Console Recorder for AWS
ID ganlhgooidfbijjidcpkeaohjnkeicba
官方URL https://chromewebstore.google.com/detail/console-recorder-for-aws/ganlhgooidfbijjidcpkeaohjnkeicba
简介 Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation template.
文件大小 7.01 MB
安装次数 5,283
当前版本 0.3.36
更新时间 2024-01-20
上架时间 2020-06-01
评分 4.50/5 共12次评分
开发者 Ian Mckay
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/iann0036/AWSConsoleRecorder
帮助页面URL https://github.com/iann0036/AWSConsoleRecorder/issues
隐私政策页面URL http://files.ian.mn/privacy
支持的语言 en
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\/*"
    ]
}