AWS Role Editor

This extension allows you to modify your AWS Roles.

Vad är AWS Role Editor?

AWS Role Editor är en Chrome-tillägg utvecklad av derBroBro, och dess huvudfunktion är "This extension allows you to modify your AWS Roles.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner AWS Role Editor-förlängningens CRX-fil

Ladda ner AWS Role Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn AWS Role Editor AWS Role Editor
ID fefjjiapooggkhiicnofcmlknjgpinop
Officiell webbadress https://chromewebstore.google.com/detail/aws-role-editor/fefjjiapooggkhiicnofcmlknjgpinop
Beskrivning This extension allows you to modify your AWS Roles.
Filstorlek 174 KB
Antal Installationer 1,292
Aktuell Version 0.3
Senast Uppdaterad 2016-09-16
Publiceringsdatum 2016-09-16
Betyg 5.00/5 Totalt 10 Betyg
Utvecklare derBroBro
Betalningssätt free
Tilläggswebbplats https://github.com/derBroBro/aws-role-editor
Hjälpsida URL https://github.com/derBroBro/aws-role-editor
Stödda Språk 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\/"
    ]
}