CloudKeeper - Credential Helper

AWS SSO External AWS Account - STS Keys Generator

CloudKeeper - Credential Helper là gì?

CloudKeeper - Credential Helper là một tiện ích mở rộng Chrome được phát triển bởi To The New Pvt. Ltd., và tính năng chính của nó là "AWS SSO External AWS Account - STS Keys Generator".

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

screenshot

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

Tải xuống các tệp mở rộng CloudKeeper - Credential 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

                        If you're using an external AWS account in AWS SSO, there is no way for you to retrieve the CLI credentials for the role. The workaround suggested by AWS is to use AWS CloudShell.
This Credential Helper extension allows you to retrieve the CLI credentials by passing the SAML Assertion to AWS Security Token Service.

To use this extension:

1. Click on the external AWS account you wish to log into
2. Once the console opens, click on the extension and the popup will appear
3. Your credentials will be available there for you to copy
4. Copy the credentials to your local AWS credentials file
5. Use the AWS CLI from your local machine

Note: This extension does not collect any data. The credentials are available to view only once and are deleted once the popup is closed.                    

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

Tên CloudKeeper - Credential Helper CloudKeeper - Credential Helper
ID mpljkpamdjfdjmfcpnlmhhakbjigjjcd
URL Chính Thức https://chromewebstore.google.com/detail/cloudkeeper-credential-he/mpljkpamdjfdjmfcpnlmhhakbjigjjcd
Mô tả AWS SSO External AWS Account - STS Keys Generator
Kích Thước Tệp 827 KB
Số Lần Cài Đặt 590
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2024-02-05
Ngày Phát Hành 2022-07-02
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển To The New Pvt. Ltd.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cloudkeeper.com/
URL Trang Trợ Giúp https://cloudkeeper.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "CloudKeeper",
    "homepage_url": "https:\/\/app.cloudkeeper.com",
    "name": "CloudKeeper - Credential Helper",
    "description": "AWS SSO External AWS Account - STS Keys Generator",
    "version": "1.3.0",
    "icons": {
        "32": "icons\/icon_crop_128.png",
        "128": "icons\/icon_crop_128.png"
    },
    "action": {
        "default_icon": "icons\/icon_crop_128.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "script.js"
    },
    "permissions": [
        "webRequest",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/signin.aws.amazon.com\/saml"
    ]
}