AWS Console Labels
Displays AWS Account Labels in the AWS Console header (works with AWS SSO).
什么是AWS Console Labels?
AWS Console Labels是由benjamin.wagner93开发的Chrome扩展程序,该扩展的主要功能是“Displays AWS Account Labels in the AWS Console header (works with AWS SSO).”。
扩展截图
下载AWS Console Labels扩展crx文件
下载AWS Console Labels扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" }
扩展基本信息
名称 | AWS Console Labels |
ID | fngeemjpecbjfhaimhefmlggmjehlpmi |
官方URL | https://chromewebstore.google.com/detail/aws-console-labels/fngeemjpecbjfhaimhefmlggmjehlpmi |
简介 | Displays AWS Account Labels in the AWS Console header (works with AWS SSO). |
文件大小 | 302 KB |
安装次数 | 49 |
当前版本 | 1.0.5 |
更新时间 | 2022-02-02 |
上架时间 | 2020-10-24 |
评分 | 3.00/5 共2次评分 |
开发者 | benjamin.wagner93 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |