Tag AWS VPC/Role
AWS Role Identity Banner
O que é Tag AWS VPC/Role?
Tag AWS VPC/Role é uma extensão do Chrome desenvolvida por Naveen Gurram, e sua principal característica é "AWS Role Identity Banner".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tag AWS VPC/Role
Baixe arquivos de extensão Tag AWS VPC/Role 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
When you use federated login and use AWS resources, often organizations use different roles to identify environments (i,e. DEV, TEST, CT,QA,PROD) as different VPC's and when you have some many roles, often time it is hard to identify which VPC you are in and have to pull the drop down to find out the exact role and account. This plugin helps by displaying role and account as banner on homepage.
Informações Básicas da Extensão
Nome | Tag AWS VPC/Role |
ID | ljcagjkgoidbjkgacjkiielnkcmmccbp |
URL Oficial | https://chromewebstore.google.com/detail/tag-aws-vpcrole/ljcagjkgoidbjkgacjkiielnkcmmccbp |
Descrição | AWS Role Identity Banner |
Tamanho do Arquivo | 39.92 KB |
Contagem de Instalações | 27 |
Versão Atual | 0.1.6 |
Última Atualização | 2017-01-21 |
Data de Publicação | 2017-01-21 |
Desenvolvedor | Naveen Gurram |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tag AWS VPC\/Role", "description": "AWS Role Identity Banner", "version": "0.1.6", "icons": { "16": "img\/vpc32.png", "48": "img\/vpc38.png", "128": "img\/vpc128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.2.4.1.min.js", "awsIdentityBanner.js" ], "matches": [ "https:\/\/console.aws.amazon.com\/*", "https:\/\/*.console.aws.amazon.com\/*" ], "all_frames": true } ] } |