AWS Dashboard timezone converter.

AWS Service Health Dashboard timezone convert local timezone.

Co to jest AWS Dashboard timezone converter.?

AWS Dashboard timezone converter. to rozszerzenie Chrome opracowane przez haw.international, a jego główną funkcją jest „AWS Service Health Dashboard timezone convert local timezone.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AWS Dashboard timezone converter.

Pobierz pliki rozszerzeń AWS Dashboard timezone converter. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AWS Dashboard timezone converter. AWS Dashboard timezone converter.
ID mkkcilnmkejhnajoifdkfbbnjlhfegej
Oficjalny URL https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej
Opis AWS Service Health Dashboard timezone convert local timezone.
Rozmiar pliku 36.6 KB
Liczba instalacji 51
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2020-10-23
Data Publikacji 2014-04-19
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper haw.international
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}