AWS Dashboard timezone converter.
AWS Service Health Dashboard timezone convert local timezone.
Vad är AWS Dashboard timezone converter.?
AWS Dashboard timezone converter. är en Chrome-tillägg utvecklad av haw.international, och dess huvudfunktion är "AWS Service Health Dashboard timezone convert local timezone.".
Tilläggsskärmbilder
Ladda ner AWS Dashboard timezone converter.-förlängningens CRX-fil
Ladda ner AWS Dashboard timezone converter.-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | AWS Dashboard timezone converter. |
ID | mkkcilnmkejhnajoifdkfbbnjlhfegej |
Officiell webbadress | https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej |
Beskrivning | AWS Service Health Dashboard timezone convert local timezone. |
Filstorlek | 36.6 KB |
Antal Installationer | 51 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2020-10-23 |
Publiceringsdatum | 2014-04-19 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | haw.international |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } ] } |