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
Eメール [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"
    ]
}