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.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения AWS Dashboard timezone converter.

Скачайте файлы расширений AWS Dashboard timezone converter. в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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. 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"
        }
    ]
}