AWS Helper

Extension to help with using AWS Console

AWS Helper là gì?

AWS Helper là một tiện ích mở rộng Chrome được phát triển bởi Oliver Ewert, và tính năng chính của nó là "Extension to help with using AWS Console".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AWS Helper

Tải xuống các tệp mở rộng AWS Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Allows user to easily switch between accounts / roles / regions in the AWS console.

v0.2.7
- Fix errors with account and role lists not showing up

v0.2.5
- Fixed bug where extension wasn't picking up active account.
- Made UI clearer when selecting a different account / role / region

v0.2.4
- Add clear config button
- better input - validation, nicknames optional, better hints

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AWS Helper AWS Helper
ID mdldcdajaajnbafgepmhehilioinnmfk
URL Chính Thức https://chromewebstore.google.com/detail/aws-helper/mdldcdajaajnbafgepmhehilioinnmfk
Mô tả Extension to help with using AWS Console
Kích Thước Tệp 494 KB
Số Lần Cài Đặt 491
Phiên Bản Hiện Tại 0.2.7
Cập Nhật Lần Cuối 2018-08-09
Ngày Phát Hành 2018-08-09
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Oliver Ewert
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ollytheninja/AWSHelper
URL Trang Trợ Giúp https://github.com/ollytheninja/AWSHelper/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AWS Helper",
    "version": "0.2.7",
    "author": "Oliver Ewert ",
    "icons": {
        "128": "img\/aws.png"
    },
    "description": "Extension to help with using AWS Console",
    "browser_action": {
        "default_icon": "img\/aws.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "https:\/\/*.aws.amazon.com\/*",
        "storage",
        "activeTab",
        "tabs"
    ]
}