AWS Dashboard timezone converter.

AWS Service Health Dashboard timezone convert local timezone.

Wat is AWS Dashboard timezone converter.?

AWS Dashboard timezone converter. is een Chrome-extensie ontwikkeld door haw.international, en de belangrijkste functie is "AWS Service Health Dashboard timezone convert local timezone.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AWS Dashboard timezone converter.

Download AWS Dashboard timezone converter.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AWS Dashboard timezone converter. AWS Dashboard timezone converter.
ID mkkcilnmkejhnajoifdkfbbnjlhfegej
Officiële URL https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej
Beschrijving AWS Service Health Dashboard timezone convert local timezone.
Bestandsgrootte 36.6 KB
Aantal Installaties 51
Huidige Versie 1.0.5
Laatst Bijgewerkt 2020-10-23
Publicatiedatum 2014-04-19
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar haw.international
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}