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 |
官方網址 | 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\/" ] } |