AWS Switch Role

Switch my aws role.

AWS Switch Role là gì?

AWS Switch Role là một tiện ích mở rộng Chrome được phát triển bởi cheliang888, và tính năng chính của nó là "Switch my aws role.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AWS Switch Role

Tải xuống các tệp mở rộng AWS Switch Role dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AWS Switch Role AWS Switch Role
ID ejiagdppbldjednkogmjipejiallbdaa
URL Chính Thức https://chrome.google.com/webstore/detail/aws-switch-role/ejiagdppbldjednkogmjipejiallbdaa
Mô tả Switch my aws role.
Kích Thước Tệp 44.5 KB
Số Lần Cài Đặt 306
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2018-10-10
Ngày Phát Hành 2018-10-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển cheliang888
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}