AWS Switch Role
Switch my aws role.
What is AWS Switch Role?
AWS Switch Role is a Chrome extension developed by cheliang888, and its main feature is "Switch my aws role.".
Extension Screenshots
Download AWS Switch Role Extension CRX File
Download AWS Switch Role extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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。
Extension Basic Information
Name | |
ID | ejiagdppbldjednkogmjipejiallbdaa |
Official URL | https://chrome.google.com/webstore/detail/aws-switch-role/ejiagdppbldjednkogmjipejiallbdaa |
Description | Switch my aws role. |
File Size | 44.5 KB |
Installation Count | 306 |
Current Version | 0.2.0 |
Last Updated | 2018-10-10 |
Publish Date | 2018-10-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | cheliang888 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |