AWS Dashboard timezone converter.
AWS Service Health Dashboard timezone convert local timezone.
¿Qué es AWS Dashboard timezone converter.?
AWS Dashboard timezone converter. es una extensión de Chrome desarrollada por haw.international, y su función principal es "AWS Service Health Dashboard timezone convert local timezone.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AWS Dashboard timezone converter.
Descarga archivos de extensión AWS Dashboard timezone converter. en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | AWS Dashboard timezone converter. |
ID | mkkcilnmkejhnajoifdkfbbnjlhfegej |
URL Oficial | https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej |
Descripción | AWS Service Health Dashboard timezone convert local timezone. |
Tamaño del Archivo | 36.6 KB |
Cantidad de Instalaciones | 51 |
Versión Actual | 1.0.5 |
Última Actualización | 2020-10-23 |
Fecha de Publicación | 2014-04-19 |
Calificación | 4.00/5 Total de 1 Calificaciones |
Desarrollador | haw.international |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |