AWS Dashboard timezone converter.

AWS Service Health Dashboard timezone convert local timezone.

Co je AWS Dashboard timezone converter.?

AWS Dashboard timezone converter. je rozšíření Chrome vyvinuté haw.international, a jeho hlavní funkcí je „AWS Service Health Dashboard timezone convert local timezone.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AWS Dashboard timezone converter.

Stáhněte si soubory rozšíření AWS Dashboard timezone converter. ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název AWS Dashboard timezone converter. AWS Dashboard timezone converter.
ID mkkcilnmkejhnajoifdkfbbnjlhfegej
Oficiální URL https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej
Popis AWS Service Health Dashboard timezone convert local timezone.
Velikost souboru 36.6 KB
Počet instalací 51
Aktuální Verze 1.0.5
Poslední Aktualizace 2020-10-23
Datum Vydání 2014-04-19
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář haw.international
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}