Tag AWS VPC/Role

AWS Role Identity Banner

Was ist Tag AWS VPC/Role?

Tag AWS VPC/Role ist eine Chrome-Erweiterung, die von Naveen Gurram entwickelt wurde, und ihr Hauptmerkmal ist "AWS Role Identity Banner".

Erweiterungsscreenshots

screenshot

Tag AWS VPC/Role-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tag AWS VPC/Role-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tag AWS VPC/Role Tag AWS VPC/Role
ID ljcagjkgoidbjkgacjkiielnkcmmccbp
Offizielle URL https://chromewebstore.google.com/detail/tag-aws-vpcrole/ljcagjkgoidbjkgacjkiielnkcmmccbp
Beschreibung AWS Role Identity Banner
Dateigröße 39.92 KB
Installationsanzahl 27
Aktuelle Version 0.1.6
Letztes Update 2017-01-21
Veröffentlichungsdatum 2017-01-21
Entwickler Naveen Gurram
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}