Tag AWS VPC/Role
AWS Role Identity Banner
ما هو Tag AWS VPC/Role؟
Tag AWS VPC/Role هو إضافة Chrome تم تطويرها بواسطة Naveen Gurram، والميزة الرئيسية لها هي "AWS Role Identity Banner".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tag AWS VPC/Role
قم بتنزيل ملفات الامتداد Tag AWS VPC/Role بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } ] } |