AWS Dashboard timezone converter.

AWS Service Health Dashboard timezone convert local timezone.

AWS Dashboard timezone converter. là gì?

AWS Dashboard timezone converter. là một tiện ích mở rộng Chrome được phát triển bởi haw.international, và tính năng chính của nó là "AWS Service Health Dashboard timezone convert local timezone.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AWS Dashboard timezone converter.

Tải xuống các tệp mở rộng AWS Dashboard timezone converter. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AWS Dashboard timezone converter. AWS Dashboard timezone converter.
ID mkkcilnmkejhnajoifdkfbbnjlhfegej
URL Chính Thức https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej
Mô tả AWS Service Health Dashboard timezone convert local timezone.
Kích Thước Tệp 36.6 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2020-10-23
Ngày Phát Hành 2014-04-19
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển haw.international
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}