AWS Dashboard timezone converter.

AWS Service Health Dashboard timezone convert local timezone.

AWS Dashboard timezone converter.คืออะไร?

AWS Dashboard timezone converter. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย haw.international และคุณลักษณะหลักของมันคือ "AWS Service Health Dashboard timezone convert local timezone."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AWS Dashboard timezone converter.

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    ]
}