AWS Dashboard timezone converter.
AWS Service Health Dashboard timezone convert local timezone.
AWS Dashboard timezone converter. क्या है?
AWS Dashboard timezone converter. haw.international द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AWS Service Health Dashboard timezone convert local timezone."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AWS Dashboard timezone converter. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is an extension that displays by converting to the time of the timezone of the local machine running the browser the time(PST) that is displayed in the Service Health Dashboard for AWS.
एक्सटेंशन की मूल जानकारी
नाम | AWS Dashboard timezone converter. |
ID | mkkcilnmkejhnajoifdkfbbnjlhfegej |
आधिकारिक URL | https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej |
विवरण | AWS Service Health Dashboard timezone convert local timezone. |
फ़ाइल का आकार | 36.6 KB |
स्थापना संख्या | 51 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2020-10-23 |
प्रकाशन तिथि | 2014-04-19 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | haw.international |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AWS Dashboard timezone converter.", "version": "1.0.5", "description": "AWS Service Health Dashboard timezone convert local timezone.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "haws.png" }, "web_accessible_resources": [ "jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "https:\/\/status.aws.amazon.com\/" ], "js": [ "jquery-2.0.3.min.js", "extension.js" ], "run_at": "document_start" } ] } |