Tag AWS VPC/Role
AWS Role Identity Banner
Qu'est-ce que Tag AWS VPC/Role ?
Tag AWS VPC/Role est une extension Chrome développée par Naveen Gurram, et sa fonction principale est "AWS Role Identity Banner".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tag AWS VPC/Role
Téléchargez les fichiers d'extension Tag AWS VPC/Role 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
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.
Informations de Base sur l'Extension
Nom | Tag AWS VPC/Role |
ID | ljcagjkgoidbjkgacjkiielnkcmmccbp |
URL Officiel | https://chromewebstore.google.com/detail/tag-aws-vpcrole/ljcagjkgoidbjkgacjkiielnkcmmccbp |
Description | AWS Role Identity Banner |
Taille du Fichier | 39.92 KB |
Nombre d'Installations | 27 |
Version Actuelle | 0.1.6 |
Dernière Mise à Jour | 2017-01-21 |
Date de Publication | 2017-01-21 |
Développeur | Naveen Gurram |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } ] } |