AWS Role Editor

This extension allows you to modify your AWS Roles.

What is AWS Role Editor?

AWS Role Editor is a Chrome extension developed by derBroBro, and its main feature is "This extension allows you to modify your AWS Roles.".

Extension Screenshots

screenshot
screenshot

Download AWS Role Editor Extension CRX File

Download AWS Role Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a Google Chrome extension to manage roles from the Amazon Web Services (AWS) Console Cross Account delegation (More about that here).

Currently this extension allows the following:

- Rename the display name
- Change account and role
- Modify the background color

Source Code on GitHub: https://github.com/derBroBro/aws-role-editor

PLEASE NOTE
This application comes "as is" without any warrenty!                    

Extension Basic Information

Name AWS Role Editor AWS Role Editor
ID fefjjiapooggkhiicnofcmlknjgpinop
Official URL https://chromewebstore.google.com/detail/aws-role-editor/fefjjiapooggkhiicnofcmlknjgpinop
Description This extension allows you to modify your AWS Roles.
File Size 174 KB
Installation Count 1,292
Current Version 0.3
Last Updated 2016-09-16
Publish Date 2016-09-16
Rating 5.00/5 Total 10 Ratings
Developer derBroBro
Payment Type free
Extension Website https://github.com/derBroBro/aws-role-editor
Help Page URL https://github.com/derBroBro/aws-role-editor
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AWS Role Editor",
    "description": "This extension allows you to modify your AWS Roles.",
    "version": "0.3",
    "icons": {
        "128": "icons\/128x128-icon.png",
        "16": "icons\/16x16-icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/16x16-icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "https:\/\/console.aws.amazon.com\/"
    ]
}