Tag AWS VPC/Role
AWS Role Identity Banner
什么是Tag AWS VPC/Role?
Tag AWS VPC/Role是由Naveen Gurram开发的Chrome扩展程序,该扩展的主要功能是“AWS Role Identity Banner”。
扩展截图
下载Tag AWS VPC/Role扩展crx文件
下载Tag AWS VPC/Role扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Tag AWS VPC/Role |
ID | ljcagjkgoidbjkgacjkiielnkcmmccbp |
官方URL | https://chromewebstore.google.com/detail/tag-aws-vpcrole/ljcagjkgoidbjkgacjkiielnkcmmccbp |
简介 | AWS Role Identity Banner |
文件大小 | 39.92 KB |
安装次数 | 27 |
当前版本 | 0.1.6 |
更新时间 | 2017-01-21 |
上架时间 | 2017-01-21 |
开发者 | Naveen Gurram |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } ] } |