Tag AWS VPC/Role

AWS Role Identity Banner

Tag AWS VPC/Role là gì?

Tag AWS VPC/Role là một tiện ích mở rộng Chrome được phát triển bởi Naveen Gurram, và tính năng chính của nó là "AWS Role Identity Banner".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tag AWS VPC/Role

Tải xuống các tệp mở rộng Tag AWS VPC/Role dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tag AWS VPC/Role Tag AWS VPC/Role
ID ljcagjkgoidbjkgacjkiielnkcmmccbp
URL Chính Thức https://chromewebstore.google.com/detail/tag-aws-vpcrole/ljcagjkgoidbjkgacjkiielnkcmmccbp
Mô tả AWS Role Identity Banner
Kích Thước Tệp 39.92 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2017-01-21
Ngày Phát Hành 2017-01-21
Nhà Phát Triển Naveen Gurram
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}