AWS Extend Switch Roles v1
Extend your AWS IAM switching roles. You can set the configuration like aws config format
O que é AWS Extend Switch Roles v1?
AWS Extend Switch Roles v1 é uma extensão do Chrome desenvolvida por Tilfin Ltd., e sua principal característica é "Extend your AWS IAM switching roles. You can set the configuration like aws config format".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AWS Extend Switch Roles v1
Baixe arquivos de extensão AWS Extend Switch Roles v1 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This is the previous version AWS Extend Switch Roles for AWS GovCloud and China Partition.
Informações Básicas da Extensão
Nome | AWS Extend Switch Roles v1 |
ID | mnlhnejefaknddcbndkdpnhcdbmnnmlo |
URL Oficial | https://chromewebstore.google.com/detail/aws-extend-switch-roles-v/mnlhnejefaknddcbndkdpnhcdbmnnmlo |
Descrição | Extend your AWS IAM switching roles. You can set the configuration like aws config format |
Tamanho do Arquivo | 28.43 KB |
Contagem de Instalações | 294 |
Versão Atual | 0.15.0 |
Última Atualização | 2020-09-24 |
Data de Publicação | 2020-09-24 |
Desenvolvedor | Tilfin Ltd. |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/tilfin/aws-extend-switch-roles |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AWS Extend Switch Roles v1", "description": "Extend your AWS IAM switching roles. You can set the configuration like aws config format", "short_name": "Extend SwitchRole", "permissions": [ "storage" ], "icons": { "48": "icons\/Icon_48x48.png", "128": "icons\/Icon_128x128.png" }, "browser_action": { "default_title": "AWS Extend Switch Roles v1", "default_icon": "icons\/Icon_38x38.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.console.amazonaws-us-gov.com\/*", "https:\/\/*.console.amazonaws.cn\/*" ], "all_frames": true, "js": [ "js\/sanitizer.js", "js\/content.js" ], "run_at": "document_end" } ], "options_ui": { "page": "options.html", "open_in_tab": true }, "web_accessible_resources": [ "js\/csrf-setter.js" ], "manifest_version": 2, "version": "0.15.0", "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |