Tag AWS VPC/Role

AWS Role Identity Banner

What is Tag AWS VPC/Role?

Tag AWS VPC/Role is a Chrome extension developed by Naveen Gurram, and its main feature is "AWS Role Identity Banner".

Extension Screenshots

screenshot

Download Tag AWS VPC/Role Extension CRX File

Download Tag AWS VPC/Role extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tag AWS VPC/Role Tag AWS VPC/Role
ID ljcagjkgoidbjkgacjkiielnkcmmccbp
Official URL https://chromewebstore.google.com/detail/tag-aws-vpcrole/ljcagjkgoidbjkgacjkiielnkcmmccbp
Description AWS Role Identity Banner
File Size 39.92 KB
Installation Count 27
Current Version 0.1.6
Last Updated 2017-01-21
Publish Date 2017-01-21
Developer Naveen Gurram
Email [email protected]
Payment Type free
Supported Languages 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
        }
    ]
}