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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation template."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Console Recorder for AWS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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