AWS Dashboard timezone converter.
AWS Service Health Dashboard timezone convert local timezone.
Apa itu AWS Dashboard timezone converter.?
AWS Dashboard timezone converter. adalah ekstensi Chrome yang dikembangkan oleh haw.international, dan fitur utamanya adalah "AWS Service Health Dashboard timezone convert local timezone.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AWS Dashboard timezone converter.
Unduh file ekstensi AWS Dashboard timezone converter. dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | AWS Dashboard timezone converter. |
ID | mkkcilnmkejhnajoifdkfbbnjlhfegej |
URL Resmi | https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej |
Deskripsi | AWS Service Health Dashboard timezone convert local timezone. |
Ukuran File | 36.6 KB |
Jumlah Instalasi | 51 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2020-10-23 |
Tanggal Publikasi | 2014-04-19 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | haw.international |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |