AWS Switch Role

Switch my aws role.

什么是AWS Switch Role?

AWS Switch Role是由cheliang888开发的Chrome扩展程序,该扩展的主要功能是“Switch my aws role.”。

扩展截图

screenshot
screenshot

下载AWS Switch Role扩展crx文件

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

扩展使用说明

                        AWS Switch role tools.
Use an AWS IAM account(CN) to manage multiple AWS account permissions when switching to different account roles.
0.2.0 Support chrome account synchronization configuration。                    

扩展基本信息

名称 AWS Switch Role AWS Switch Role
ID ejiagdppbldjednkogmjipejiallbdaa
官方URL https://chrome.google.com/webstore/detail/aws-switch-role/ejiagdppbldjednkogmjipejiallbdaa
简介 Switch my aws role.
文件大小 44.5 KB
安装次数 306
当前版本 0.2.0
更新时间 2018-10-10
上架时间 2018-10-10
评分 5.00/5 共1次评分
开发者 cheliang888
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AWS Switch Role",
    "version": "0.2.0",
    "options_page": "options.html",
    "description": "Switch my aws role.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "AWS Switch Role",
        "default_popup": "SwitchRole.html"
    },
    "permissions": [
        "storage"
    ]
}