Tag AWS VPC/Role
AWS Role Identity Banner
Tag AWS VPC/Role क्या है?
Tag AWS VPC/Role Naveen Gurram द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AWS Role Identity Banner"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tag AWS VPC/Role एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } ] } |