AWS Switch Role

Switch my aws role.

¿Qué es AWS Switch Role?

AWS Switch Role es una extensión de Chrome desarrollada por cheliang888, y su función principal es "Switch my aws role.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión AWS Switch Role

Descarga archivos de extensión AWS Switch Role en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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。                    

Información Básica de la Extensión

Nombre AWS Switch Role AWS Switch Role
ID ejiagdppbldjednkogmjipejiallbdaa
URL Oficial https://chrome.google.com/webstore/detail/aws-switch-role/ejiagdppbldjednkogmjipejiallbdaa
Descripción Switch my aws role.
Tamaño del Archivo 44.5 KB
Cantidad de Instalaciones 306
Versión Actual 0.2.0
Última Actualización 2018-10-10
Fecha de Publicación 2018-10-10
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador cheliang888
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}