ZIBO Notifier

ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.

ZIBO Notifierคืออะไร?

ZIBO Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ziboupdater.net และคุณลักษณะหลักของมันคือ "ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZIBO Notifier

ดาวน์โหลดไฟล์ส่วนขยาย ZIBO Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ZIBO Notifier is a lightweight extension which monitors ZIBO Updater's server for new B737-800X updates. If a new update is published, you'll be notified and able to download the new update directly from your browser.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ZIBO Notifier ZIBO Notifier
ID facebmppcpcpffdcinjjaoonpccdaonb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/zibo-notifier/facebmppcpcpffdcinjjaoonpccdaonb
คำอธิบาย ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.
ขนาดไฟล์ 75.42 KB
จำนวนการติดตั้ง 245
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-08-12
วันที่เผยแพร่ 2020-06-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://ziboupdater.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ziboupdater.net
URL หน้าช่วยเหลือ https://kb.ziboupdater.net
URL หน้านโยบายความเป็นส่วนตัว https://ziboupdater.net/privacy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZIBO Notifier",
    "author": "Slavbass",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.",
    "icons": {
        "16": "icons\/32.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_popup": "scripts\/window.html",
        "default_title": "ZIBO Notifier"
    },
    "permissions": [
        "https:\/\/ziboupdater.net\/webapi",
        "storage",
        "notifications",
        "downloads"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/notification.js"
        ]
    }
}