AWS Console Title Bar
Add Additional information to the AWS title bar.
AWS Console Title Bar क्या है?
AWS Console Title Bar Just_AK द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add Additional information to the AWS title bar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AWS Console Title Bar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
AWS Single Sign On, with Organizations does not show the account name. This extension makes a simple modification of the AWS Console Title Bar, to add the account name of your choice. The Plugin allows custom text color to be selected via popup or through the plugin settings page.
एक्सटेंशन की मूल जानकारी
नाम | AWS Console Title Bar |
ID | jhenfbkjfncfbimbkhakchbdefigenfp |
आधिकारिक URL | https://chromewebstore.google.com/detail/aws-console-title-bar/jhenfbkjfncfbimbkhakchbdefigenfp |
विवरण | Add Additional information to the AWS title bar. |
फ़ाइल का आकार | 44.98 KB |
स्थापना संख्या | 50 |
वर्तमान संस्करण | 4.2.1 |
अंतिम अपडेट | 2023-05-30 |
प्रकाशन तिथि | 2021-06-05 |
डेवलपर | Just_AK |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/just-ak/AWS-Console-Tittle-Bar |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.2.1", "name": "AWS Console Title Bar", "description": "Add Additional information to the AWS title bar.", "action": { "default_title": "AWS Console Banner Information 4.2.1", "default_popup": "content\/plugin_page.html", "default_icon": { "16": "icons\/Logo-16.png", "32": "icons\/Logo-32.png" } }, "browser_specific_settings": { "gecko": { "id": "{1fcfda16-66ba-44db-adb4-09eaba9ab5ac}" } }, "homepage_url": "https:\/\/github.com\/just-ak\/AWS-Console-Tittle-Bar", "manifest_version": 3, "icons": { "48": "icons\/Logo-48.png", "128": "icons\/Logo-128.png" }, "content_scripts": [ { "css": [ "content\/content_pages.css" ], "js": [ "content\/content_pages_bundle.js" ], "matches": [ "https:\/\/console.aws.amazon.com\/*", "https:\/\/*.console.aws.amazon.com\/*", "https:\/\/*.awsapps.com\/start*" ], "all_frames": false } ], "options_ui": { "page": "content\/preferences.html", "browser_style": true }, "permissions": [ "storage" ] } |