AWS SAML Keys

Generate AWS access keys from a SAML login to the AWS console.

Apa itu AWS SAML Keys?

AWS SAML Keys adalah ekstensi Chrome yang dikembangkan oleh https://wtfender.com, dan fitur utamanya adalah "Generate AWS access keys from a SAML login to the AWS console.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi AWS SAML Keys

Unduh file ekstensi AWS SAML Keys dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        AWS SAML Keys provides just-in-time (JIT) access key provisioning for SSO users.

Access keys are placed in a named AWS CLI profile.

Supports all SAML identity providers.

Suitable for:
- Reducing access key management
- Quickly switching access keys across various roles or accounts
- SSO users with no assigned access keys                    

Informasi Dasar Ekstensi

Nama AWS SAML Keys AWS SAML Keys
ID gpnbopdmcfpijadjcnfblkpigjngobgl
URL Resmi https://chromewebstore.google.com/detail/aws-saml-keys/gpnbopdmcfpijadjcnfblkpigjngobgl
Deskripsi Generate AWS access keys from a SAML login to the AWS console.
Ukuran File 13.78 KB
Jumlah Instalasi 105
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2020-09-12
Tanggal Publikasi 2019-10-24
Pengembang https://wtfender.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/WTFender/aws-saml-keys
URL Halaman Bantuan https://github.com/WTFender/aws-saml-keys
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AWS SAML Keys",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "Generate AWS access keys from a SAML login to the AWS console.",
    "icons": {
        "16": "img\/key16.png",
        "48": "img\/key48.png",
        "128": "img\/key128.png"
    },
    "browser_action": {
        "default_popup": "menu.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "alarms",
        "https:\/\/signin.aws.amazon.com\/saml",
        "https:\/\/*.signin.aws.amazon.com\/saml",
        "nativeMessaging",
        "notifications",
        "storage",
        "webRequest"
    ]
}