AWS Role Editor
This extension allows you to modify your AWS Roles.
Was ist AWS Role Editor?
AWS Role Editor ist eine Chrome-Erweiterung, die von derBroBro entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to modify your AWS Roles.".
Erweiterungsscreenshots
AWS Role Editor-Erweiterungs-CRX-Datei herunterladen
Laden Sie AWS Role Editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fefjjiapooggkhiicnofcmlknjgpinop |
| Offizielle URL | https://chromewebstore.google.com/detail/aws-role-editor/fefjjiapooggkhiicnofcmlknjgpinop |
| Beschreibung | This extension allows you to modify your AWS Roles. |
| Dateigröße | 174 KB |
| Installationsanzahl | 1,292 |
| Aktuelle Version | 0.3 |
| Letztes Update | 2016-09-16 |
| Veröffentlichungsdatum | 2016-09-16 |
| Bewertung | 5.00/5 Insgesamt 10 Bewertungen |
| Entwickler | derBroBro |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/derBroBro/aws-role-editor |
| Hilfeseite URL | https://github.com/derBroBro/aws-role-editor |
| Unterstützte Sprachen | 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\/"
]
} | |