AWS Role Editor
This extension allows you to modify your AWS Roles.
Что такое AWS Role Editor?
AWS Role Editor - это расширение Chrome, разработанное derBroBro, и его основная функция - "This extension allows you to modify your AWS Roles.".
Снимки экрана расширения
Скачать файл CRX расширения AWS Role Editor
Скачайте файлы расширений 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! Основная информация о расширении
| Название | |
| 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\/"
]
} | |