Tag AWS VPC/Role

AWS Role Identity Banner

Tag AWS VPC/Roleとは何ですか?

Tag AWS VPC/RoleはNaveen Gurramによって開発されたChromeの拡張機能で、その主な機能は「AWS Role Identity Banner」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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
        }
    ]
}