AWS Role Editor
This extension allows you to modify your AWS Roles.
AWS Role Editor란 무엇입니까?
AWS Role Editor은(는) derBroBro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to modify your AWS Roles."입니다.
확장 프로그램 스크린샷
AWS Role Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | AWS Role Editor |
ID | fefjjiapooggkhiicnofcmlknjgpinop |
공식 URL | https://chromewebstore.google.com/detail/aws-role-editor/fefjjiapooggkhiicnofcmlknjgpinop |
설명 | This extension allows you to modify your AWS Roles. |
파일 크기 | 174 KB |
설치 횟수 | 1,292 |
현재 버전 | 0.3 |
최근 업데이트 | 2016-09-16 |
출시 날짜 | 2016-09-16 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | derBroBro |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/derBroBro/aws-role-editor |
도움말 페이지 URL | https://github.com/derBroBro/aws-role-editor |
지원되는 언어 | 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\/" ] } |