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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AWS SAML Keys
ดาวน์โหลดไฟล์ส่วนขยาย AWS SAML Keys ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 |
URL หน้าช่วยเหลือ | 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" ] } |