AWS Role Editor
This extension allows you to modify your AWS Roles.
AWS Role Editor क्या है?
AWS Role Editor derBroBro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to modify your AWS Roles."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AWS Role Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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\/" ] } |