AWS Role Editor
This extension allows you to modify your AWS Roles.
ما هو AWS Role Editor؟
AWS Role Editor هو إضافة Chrome تم تطويرها بواسطة derBroBro، والميزة الرئيسية لها هي "This extension allows you to modify your AWS Roles.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AWS Role Editor
قم بتنزيل ملفات الامتداد AWS Role Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a Google Chrome extension to manage roles from the Amazon Web Services (AWS) Console Cross Account delegation (More about that here). Currently this extension allows the following: - Rename the display name - Change account and role - Modify the background color Source Code on GitHub: https://github.com/derBroBro/aws-role-editor PLEASE NOTE This application comes "as is" without any warrenty!
معلومات أساسية عن التمديد
الاسم | AWS Role Editor |
ID | fefjjiapooggkhiicnofcmlknjgpinop |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/aws-role-editor/fefjjiapooggkhiicnofcmlknjgpinop |
الوصف | This extension allows you to modify your AWS Roles. |
حجم الملف | 174 KB |
عدد التثبيتات | 1,292 |
النسخة الحالية | 0.3 |
آخر تحديث | 2016-09-16 |
تاريخ النشر | 2016-09-16 |
تقييم | 5.00/5 مجموع تقييمات 10 |
المطور | derBroBro |
نوع الدفع | free |
موقع الإضافة | https://github.com/derBroBro/aws-role-editor |
عنوان صفحة المساعدة | https://github.com/derBroBro/aws-role-editor |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AWS Role Editor", "description": "This extension allows you to modify your AWS Roles.", "version": "0.3", "icons": { "128": "icons\/128x128-icon.png", "16": "icons\/16x16-icon.png" }, "browser_action": { "default_icon": "icons\/16x16-icon.png", "default_popup": "popup.html" }, "permissions": [ "cookies", "https:\/\/console.aws.amazon.com\/" ] } |