ZIBO Notifier
ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.
Apa itu ZIBO Notifier?
ZIBO Notifier adalah ekstensi Chrome yang dikembangkan oleh https://ziboupdater.net, dan fitur utamanya adalah "ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ZIBO Notifier
Unduh file ekstensi ZIBO Notifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | facebmppcpcpffdcinjjaoonpccdaonb |
URL Resmi | https://chrome.google.com/webstore/detail/zibo-notifier/facebmppcpcpffdcinjjaoonpccdaonb |
Deskripsi | ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates. |
Ukuran File | 75.42 KB |
Jumlah Instalasi | 245 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-08-12 |
Tanggal Publikasi | 2020-06-17 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://ziboupdater.net |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ziboupdater.net |
URL Halaman Bantuan | https://kb.ziboupdater.net |
URL Halaman Kebijakan Privasi | https://ziboupdater.net/privacy |
Bahasa yang Didukung | 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" ] } } |