AWS SAML Keys

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

ما هو AWS SAML Keys؟

AWS SAML Keys هو إضافة Chrome تم تطويرها بواسطة https://wtfender.com، والميزة الرئيسية لها هي "Generate AWS access keys from a SAML login to the AWS console.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة AWS SAML Keys

قم بتنزيل ملفات الامتداد AWS SAML Keys بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم AWS SAML Keys AWS SAML Keys
ID gpnbopdmcfpijadjcnfblkpigjngobgl
عنوان URL الرسمي https://chromewebstore.google.com/detail/aws-saml-keys/gpnbopdmcfpijadjcnfblkpigjngobgl
الوصف Generate AWS access keys from a SAML login to the AWS console.
حجم الملف 13.78 KB
عدد التثبيتات 105
النسخة الحالية 1.0.7
آخر تحديث 2020-09-12
تاريخ النشر 2019-10-24
المطور https://wtfender.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/WTFender/aws-saml-keys
عنوان صفحة المساعدة https://github.com/WTFender/aws-saml-keys
اللغات المدعومة 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"
    ]
}