AWS Console Labels
Displays AWS Account Labels in the AWS Console header (works with AWS SSO).
AWS Console Labelsคืออะไร?
AWS Console Labels เป็นส่วนขยายของ Chrome ที่พัฒนาโดย benjamin.wagner93 และคุณลักษณะหลักของมันคือ "Displays AWS Account Labels in the AWS Console header (works with AWS SSO)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AWS Console Labels
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |