AWS Dashboard timezone converter.

AWS Service Health Dashboard timezone convert local timezone.

Qu'est-ce que AWS Dashboard timezone converter. ?

AWS Dashboard timezone converter. est une extension Chrome développée par haw.international, et sa fonction principale est "AWS Service Health Dashboard timezone convert local timezone.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AWS Dashboard timezone converter.

Téléchargez les fichiers d'extension AWS Dashboard timezone converter. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AWS Dashboard timezone converter. AWS Dashboard timezone converter.
ID mkkcilnmkejhnajoifdkfbbnjlhfegej
URL Officiel https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej
Description AWS Service Health Dashboard timezone convert local timezone.
Taille du Fichier 36.6 KB
Nombre d'Installations 51
Version Actuelle 1.0.5
Dernière Mise à Jour 2020-10-23
Date de Publication 2014-04-19
Évaluation 4.00/5 Total 1 Évaluations
Développeur haw.international
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}