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ファイルをダウンロード
AWS Role Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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\/" ] } |