AWS Dashboard timezone converter.

AWS Service Health Dashboard timezone convert local timezone.

AWS Dashboard timezone converter.とは何ですか?

AWS Dashboard timezone converter.はhaw.internationalによって開発されたChromeの拡張機能で、その主な機能は「AWS Service Health Dashboard timezone convert local timezone.」です。

拡張機能のスクリーンショット

screenshot

AWS Dashboard timezone converter.拡張機能のCRXファイルをダウンロード

AWS Dashboard timezone converter.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 AWS Dashboard timezone converter. AWS Dashboard timezone converter.
ID mkkcilnmkejhnajoifdkfbbnjlhfegej
公式URL https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej
説明 AWS Service Health Dashboard timezone convert local timezone.
ファイルサイズ 36.6 KB
インストール数 51
現在のバージョン 1.0.5
最終更新日 2020-10-23
公開日 2014-04-19
評価 4.00/5 合計 1 レビュー
開発者 haw.international
Eメール [email protected]
支払い方法 free
対応言語 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"
        }
    ]
}