AWS Switch Role
Switch my aws role.
Wat is AWS Switch Role?
AWS Switch Role is een Chrome-extensie ontwikkeld door cheliang888, en de belangrijkste functie is "Switch my aws role.".
Extensie Screenshots
Download het CRX-bestand van de extensie AWS Switch Role
Download AWS Switch Role-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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。
Basisinformatie over de Extensie
Naam | |
ID | ejiagdppbldjednkogmjipejiallbdaa |
Officiële URL | https://chrome.google.com/webstore/detail/aws-switch-role/ejiagdppbldjednkogmjipejiallbdaa |
Beschrijving | Switch my aws role. |
Bestandsgrootte | 44.5 KB |
Aantal Installaties | 306 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2018-10-10 |
Publicatiedatum | 2018-10-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | cheliang888 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |