AWS Switch Role
Switch my aws role.
Apa itu AWS Switch Role?
AWS Switch Role adalah ekstensi Chrome yang dikembangkan oleh cheliang888, dan fitur utamanya adalah "Switch my aws role.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AWS Switch Role
Unduh file ekstensi AWS Switch Role 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 Switch role tools. Use an AWS IAM account(CN) to manage multiple AWS account permissions when switching to different account roles. 0.2.0 Support chrome account synchronization configuration。
Informasi Dasar Ekstensi
Nama | |
ID | ejiagdppbldjednkogmjipejiallbdaa |
URL Resmi | https://chrome.google.com/webstore/detail/aws-switch-role/ejiagdppbldjednkogmjipejiallbdaa |
Deskripsi | Switch my aws role. |
Ukuran File | 44.5 KB |
Jumlah Instalasi | 306 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2018-10-10 |
Tanggal Publikasi | 2018-10-10 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | cheliang888 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AWS Switch Role", "version": "0.2.0", "options_page": "options.html", "description": "Switch my aws role.", "browser_action": { "default_icon": "icon.png", "default_title": "AWS Switch Role", "default_popup": "SwitchRole.html" }, "permissions": [ "storage" ] } |