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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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\/" ] } |