AWS Dashboard timezone converter.
AWS Service Health Dashboard timezone convert local timezone.
O que é AWS Dashboard timezone converter.?
AWS Dashboard timezone converter. é uma extensão do Chrome desenvolvida por haw.international, e sua principal característica é "AWS Service Health Dashboard timezone convert local timezone.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AWS Dashboard timezone converter.
Baixe arquivos de extensão AWS Dashboard timezone converter. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | AWS Dashboard timezone converter. |
ID | mkkcilnmkejhnajoifdkfbbnjlhfegej |
URL Oficial | https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej |
Descrição | AWS Service Health Dashboard timezone convert local timezone. |
Tamanho do Arquivo | 36.6 KB |
Contagem de Instalações | 51 |
Versão Atual | 1.0.5 |
Última Atualização | 2020-10-23 |
Data de Publicação | 2014-04-19 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | haw.international |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |