AWS Role Editor

This extension allows you to modify your AWS Roles.

Qu'est-ce que AWS Role Editor ?

AWS Role Editor est une extension Chrome développée par derBroBro, et sa fonction principale est "This extension allows you to modify your AWS Roles.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AWS Role Editor

Téléchargez les fichiers d'extension AWS Role Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom AWS Role Editor AWS Role Editor
ID fefjjiapooggkhiicnofcmlknjgpinop
URL Officiel https://chromewebstore.google.com/detail/aws-role-editor/fefjjiapooggkhiicnofcmlknjgpinop
Description This extension allows you to modify your AWS Roles.
Taille du Fichier 174 KB
Nombre d'Installations 1,292
Version Actuelle 0.3
Dernière Mise à Jour 2016-09-16
Date de Publication 2016-09-16
Évaluation 5.00/5 Total 10 Évaluations
Développeur derBroBro
Type de Paiement free
Site Web de l'Extension https://github.com/derBroBro/aws-role-editor
URL de la Page d'Aide https://github.com/derBroBro/aws-role-editor
Langues Prises en Charge 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\/"
    ]
}