AWS Switch Role
Switch my aws role.
Qu'est-ce que AWS Switch Role ?
AWS Switch Role est une extension Chrome développée par cheliang888, et sa fonction principale est "Switch my aws role.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AWS Switch Role
Téléchargez les fichiers d'extension AWS Switch Role au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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。
Informations de Base sur l'Extension
Nom | |
ID | ejiagdppbldjednkogmjipejiallbdaa |
URL Officiel | https://chrome.google.com/webstore/detail/aws-switch-role/ejiagdppbldjednkogmjipejiallbdaa |
Description | Switch my aws role. |
Taille du Fichier | 44.5 KB |
Nombre d'Installations | 306 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2018-10-10 |
Date de Publication | 2018-10-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | cheliang888 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |