AWS Console Labels
Displays AWS Account Labels in the AWS Console header (works with AWS SSO).
AWS Console Labels क्या है?
AWS Console Labels benjamin.wagner93 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays AWS Account Labels in the AWS Console header (works with AWS SSO)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AWS Console Labels एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |