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
官方網址 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"
    ]
}