CloudKeeper - Credential Helper

AWS SSO External AWS Account - STS Keys Generator

CloudKeeper - Credential Helper क्या है?

CloudKeeper - Credential Helper To The New Pvt. Ltd. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AWS SSO External AWS Account - STS Keys Generator"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CloudKeeper - Credential Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम CloudKeeper - Credential Helper CloudKeeper - Credential Helper
ID mpljkpamdjfdjmfcpnlmhhakbjigjjcd
आधिकारिक URL https://chromewebstore.google.com/detail/cloudkeeper-credential-he/mpljkpamdjfdjmfcpnlmhhakbjigjjcd
विवरण AWS SSO External AWS Account - STS Keys Generator
फ़ाइल का आकार 827 KB
स्थापना संख्या 590
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2024-02-05
प्रकाशन तिथि 2022-07-02
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर To The New Pvt. Ltd.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cloudkeeper.com/
सहायता पृष्ठ URL https://cloudkeeper.com/
समर्थित भाषाएँ 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"
    ]
}