AWS Dashboard timezone converter.
AWS Service Health Dashboard timezone convert local timezone.
What is AWS Dashboard timezone converter.?
AWS Dashboard timezone converter. is a Chrome extension developed by haw.international, and its main feature is "AWS Service Health Dashboard timezone convert local timezone.".
Extension Screenshots
Download AWS Dashboard timezone converter. Extension CRX File
Download AWS Dashboard timezone converter. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | AWS Dashboard timezone converter. |
ID | mkkcilnmkejhnajoifdkfbbnjlhfegej |
Official URL | https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej |
Description | AWS Service Health Dashboard timezone convert local timezone. |
File Size | 36.6 KB |
Installation Count | 51 |
Current Version | 1.0.5 |
Last Updated | 2020-10-23 |
Publish Date | 2014-04-19 |
Rating | 4.00/5 Total 1 Ratings |
Developer | haw.international |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |