AWS Role Editor

This extension allows you to modify your AWS Roles.

Co je AWS Role Editor?

AWS Role Editor je rozšíření Chrome vyvinuté derBroBro, a jeho hlavní funkcí je „This extension allows you to modify your AWS Roles.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření AWS Role Editor

Stáhněte si soubory rozšíření AWS Role Editor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název AWS Role Editor AWS Role Editor
ID fefjjiapooggkhiicnofcmlknjgpinop
Oficiální URL https://chromewebstore.google.com/detail/aws-role-editor/fefjjiapooggkhiicnofcmlknjgpinop
Popis This extension allows you to modify your AWS Roles.
Velikost souboru 174 KB
Počet instalací 1,292
Aktuální Verze 0.3
Poslední Aktualizace 2016-09-16
Datum Vydání 2016-09-16
Hodnocení 5.00/5 Celkem 10 Hodnocení
Vývojář derBroBro
Typ Platby free
Webové stránky Rozšíření https://github.com/derBroBro/aws-role-editor
URL Stránky Nápovědy https://github.com/derBroBro/aws-role-editor
Podporované Jazyky 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\/"
    ]
}