Tag AWS VPC/Role

AWS Role Identity Banner

Tag AWS VPC/Roleคืออะไร?

Tag AWS VPC/Role เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Naveen Gurram และคุณลักษณะหลักของมันคือ "AWS Role Identity Banner"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tag AWS VPC/Role

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
        }
    ]
}