AWS Role Editor
This extension allows you to modify your AWS Roles.
AWS Role Editor là gì?
AWS Role Editor là một tiện ích mở rộng Chrome được phát triển bởi derBroBro, và tính năng chính của nó là "This extension allows you to modify your AWS Roles.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AWS Role Editor
Tải xuống các tệp mở rộng AWS Role Editor 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
This is a Google Chrome extension to manage roles from the Amazon Web Services (AWS) Console Cross Account delegation (More about that here). Currently this extension allows the following: - Rename the display name - Change account and role - Modify the background color Source Code on GitHub: https://github.com/derBroBro/aws-role-editor PLEASE NOTE This application comes "as is" without any warrenty!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AWS Role Editor |
ID | fefjjiapooggkhiicnofcmlknjgpinop |
URL Chính Thức | https://chromewebstore.google.com/detail/aws-role-editor/fefjjiapooggkhiicnofcmlknjgpinop |
Mô tả | This extension allows you to modify your AWS Roles. |
Kích Thước Tệp | 174 KB |
Số Lần Cài Đặt | 1,292 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2016-09-16 |
Ngày Phát Hành | 2016-09-16 |
Đánh Giá | 5.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | derBroBro |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/derBroBro/aws-role-editor |
URL Trang Trợ Giúp | https://github.com/derBroBro/aws-role-editor |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AWS Role Editor", "description": "This extension allows you to modify your AWS Roles.", "version": "0.3", "icons": { "128": "icons\/128x128-icon.png", "16": "icons\/16x16-icon.png" }, "browser_action": { "default_icon": "icons\/16x16-icon.png", "default_popup": "popup.html" }, "permissions": [ "cookies", "https:\/\/console.aws.amazon.com\/" ] } |