AWS Role Editor

This extension allows you to modify your AWS Roles.

什么是AWS Role Editor?

AWS Role Editor是由derBroBro开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to modify your AWS Roles.”。

扩展截图

screenshot
screenshot

下载AWS Role Editor扩展crx文件

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

扩展使用说明

                        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!                    

扩展基本信息

名称 AWS Role Editor AWS Role Editor
ID fefjjiapooggkhiicnofcmlknjgpinop
官方URL https://chromewebstore.google.com/detail/aws-role-editor/fefjjiapooggkhiicnofcmlknjgpinop
简介 This extension allows you to modify your AWS Roles.
文件大小 174 KB
安装次数 1,292
当前版本 0.3
更新时间 2016-09-16
上架时间 2016-09-16
评分 5.00/5 共10次评分
开发者 derBroBro
付费类型 free
扩展官网 https://github.com/derBroBro/aws-role-editor
帮助页面URL https://github.com/derBroBro/aws-role-editor
支持的语言 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\/"
    ]
}