ZIBO Notifier

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

ZIBO Notifier là gì?

ZIBO Notifier là một tiện ích mở rộng Chrome được phát triển bởi https://ziboupdater.net, và tính năng chính của nó là "ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.".

Ả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 ZIBO Notifier

Tải xuống các tệp mở rộng ZIBO Notifier 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

                        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.                    

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

Tên ZIBO Notifier ZIBO Notifier
ID facebmppcpcpffdcinjjaoonpccdaonb
URL Chính Thức https://chrome.google.com/webstore/detail/zibo-notifier/facebmppcpcpffdcinjjaoonpccdaonb
Mô tả ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.
Kích Thước Tệp 75.42 KB
Số Lần Cài Đặt 245
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-08-12
Ngày Phát Hành 2020-06-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://ziboupdater.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ziboupdater.net
URL Trang Trợ Giúp https://kb.ziboupdater.net
URL Trang Chính Sách Bảo Mật https://ziboupdater.net/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}