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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ZIBO Notifier
قم بتنزيل ملفات الامتداد ZIBO Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | https://kb.ziboupdater.net |
عنوان صفحة سياسة الخصوصية | 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" ] } } |