AWS Console Labels
Displays AWS Account Labels in the AWS Console header (works with AWS SSO).
AWS Console Labels là gì?
AWS Console Labels là một tiện ích mở rộng Chrome được phát triển bởi benjamin.wagner93, và tính năng chính của nó là "Displays AWS Account Labels in the AWS Console header (works with AWS SSO).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AWS Console Labels
Tải xuống các tệp mở rộng AWS Console Labels dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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" }
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AWS Console Labels |
ID | fngeemjpecbjfhaimhefmlggmjehlpmi |
URL Chính Thức | https://chromewebstore.google.com/detail/aws-console-labels/fngeemjpecbjfhaimhefmlggmjehlpmi |
Mô tả | Displays AWS Account Labels in the AWS Console header (works with AWS SSO). |
Kích Thước Tệp | 302 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2022-02-02 |
Ngày Phát Hành | 2020-10-24 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | benjamin.wagner93 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |