AWS Dashboard timezone converter.

AWS Service Health Dashboard timezone convert local timezone.

Hvad er AWS Dashboard timezone converter.?

AWS Dashboard timezone converter. er en Chrome-udvidelse udviklet af haw.international, og dens hovedfunktion er "AWS Service Health Dashboard timezone convert local timezone.".

Udvidelsesskærmbilleder

screenshot

Download AWS Dashboard timezone converter.-udvidelses-CRX-fil

Download AWS Dashboard timezone converter.-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn AWS Dashboard timezone converter. AWS Dashboard timezone converter.
ID mkkcilnmkejhnajoifdkfbbnjlhfegej
Officiel URL https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej
Beskrivelse AWS Service Health Dashboard timezone convert local timezone.
Filstørrelse 36.6 KB
Antal Installationer 51
Nuværende Version 1.0.5
Senest Opdateret 2020-10-23
Udgivelsesdato 2014-04-19
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler haw.international
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}