AWS Dashboard timezone converter.

AWS Service Health Dashboard timezone convert local timezone.

Cos'è AWS Dashboard timezone converter.?

AWS Dashboard timezone converter. è un'estensione di Chrome sviluppata da haw.international, e la sua funzione principale è "AWS Service Health Dashboard timezone convert local timezone.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AWS Dashboard timezone converter.

Scarica i file di estensione AWS Dashboard timezone converter. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AWS Dashboard timezone converter. AWS Dashboard timezone converter.
ID mkkcilnmkejhnajoifdkfbbnjlhfegej
URL Ufficiale https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej
Descrizione AWS Service Health Dashboard timezone convert local timezone.
Dimensione del File 36.6 KB
Conteggio Installazioni 51
Versione Corrente 1.0.5
Ultimo Aggiornamento 2020-10-23
Data di Pubblicazione 2014-04-19
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore haw.international
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}