AWS Dashboard timezone converter.
AWS Service Health Dashboard timezone convert local timezone.
ما هو AWS Dashboard timezone converter.؟
AWS Dashboard timezone converter. هو إضافة Chrome تم تطويرها بواسطة haw.international، والميزة الرئيسية لها هي "AWS Service Health Dashboard timezone convert local timezone.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AWS Dashboard timezone converter.
قم بتنزيل ملفات الامتداد AWS Dashboard timezone converter. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } ] } |