AWS Dashboard timezone converter.

AWS Service Health Dashboard timezone convert local timezone.

Was ist AWS Dashboard timezone converter.?

AWS Dashboard timezone converter. ist eine Chrome-Erweiterung, die von haw.international entwickelt wurde, und ihr Hauptmerkmal ist "AWS Service Health Dashboard timezone convert local timezone.".

Erweiterungsscreenshots

screenshot

AWS Dashboard timezone converter.-Erweiterungs-CRX-Datei herunterladen

Laden Sie AWS Dashboard timezone converter.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AWS Dashboard timezone converter. AWS Dashboard timezone converter.
ID mkkcilnmkejhnajoifdkfbbnjlhfegej
Offizielle URL https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej
Beschreibung AWS Service Health Dashboard timezone convert local timezone.
Dateigröße 36.6 KB
Installationsanzahl 51
Aktuelle Version 1.0.5
Letztes Update 2020-10-23
Veröffentlichungsdatum 2014-04-19
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler haw.international
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}