AWS Switch Role

Switch my aws role.

Cos'è AWS Switch Role?

AWS Switch Role è un'estensione di Chrome sviluppata da cheliang888, e la sua funzione principale è "Switch my aws role.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AWS Switch Role

Scarica i file di estensione AWS Switch Role in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        AWS Switch role tools.
Use an AWS IAM account(CN) to manage multiple AWS account permissions when switching to different account roles.
0.2.0 Support chrome account synchronization configuration。                    

Informazioni di Base sull'Estensione

Nome AWS Switch Role AWS Switch Role
ID ejiagdppbldjednkogmjipejiallbdaa
URL Ufficiale https://chrome.google.com/webstore/detail/aws-switch-role/ejiagdppbldjednkogmjipejiallbdaa
Descrizione Switch my aws role.
Dimensione del File 44.5 KB
Conteggio Installazioni 306
Versione Corrente 0.2.0
Ultimo Aggiornamento 2018-10-10
Data di Pubblicazione 2018-10-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore cheliang888
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AWS Switch Role",
    "version": "0.2.0",
    "options_page": "options.html",
    "description": "Switch my aws role.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "AWS Switch Role",
        "default_popup": "SwitchRole.html"
    },
    "permissions": [
        "storage"
    ]
}