Tag AWS VPC/Role

AWS Role Identity Banner

Cos'è Tag AWS VPC/Role?

Tag AWS VPC/Role è un'estensione di Chrome sviluppata da Naveen Gurram, e la sua funzione principale è "AWS Role Identity Banner".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tag AWS VPC/Role

Scarica i file di estensione Tag AWS VPC/Role in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tag AWS VPC/Role Tag AWS VPC/Role
ID ljcagjkgoidbjkgacjkiielnkcmmccbp
URL Ufficiale https://chromewebstore.google.com/detail/tag-aws-vpcrole/ljcagjkgoidbjkgacjkiielnkcmmccbp
Descrizione AWS Role Identity Banner
Dimensione del File 39.92 KB
Conteggio Installazioni 27
Versione Corrente 0.1.6
Ultimo Aggiornamento 2017-01-21
Data di Pubblicazione 2017-01-21
Sviluppatore Naveen Gurram
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}