AWS Console Labels
Displays AWS Account Labels in the AWS Console header (works with AWS SSO).
Qu'est-ce que AWS Console Labels ?
AWS Console Labels est une extension Chrome développée par benjamin.wagner93, et sa fonction principale est "Displays AWS Account Labels in the AWS Console header (works with AWS SSO).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AWS Console Labels
Téléchargez les fichiers d'extension AWS Console Labels 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
This plugin shows an AWS account name in the header of the AWS console based on a JSON configuration. After installation, please open extension options via the extensions menu and enter a JSON-formatted list of AWS account IDs and labels in the textarea; for example: { "123123123123": "MyPersonalAWSAccount", "456456456456": "CompanyDevAWSAccount", "789789789789": "CompanyProdAWSAccount" }
Informations de Base sur l'Extension
Nom | AWS Console Labels |
ID | fngeemjpecbjfhaimhefmlggmjehlpmi |
URL Officiel | https://chromewebstore.google.com/detail/aws-console-labels/fngeemjpecbjfhaimhefmlggmjehlpmi |
Description | Displays AWS Account Labels in the AWS Console header (works with AWS SSO). |
Taille du Fichier | 302 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2022-02-02 |
Date de Publication | 2020-10-24 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | benjamin.wagner93 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AWS Console Labels", "version": "1.0.5", "description": "Displays AWS Account Labels in the AWS Console header (works with AWS SSO).", "content_scripts": [ { "css": [ "style.css" ], "js": [ "banner.js" ], "matches": [ "https:\/\/console.aws.amazon.com\/*", "https:\/\/*.console.aws.amazon.com\/*" ], "all_frames": true } ], "icons": { "128": "icon128.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "manifest_version": 2 } |