ZIBO Notifier

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

Was ist ZIBO Notifier?

ZIBO Notifier ist eine Chrome-Erweiterung, die von https://ziboupdater.net entwickelt wurde, und ihr Hauptmerkmal ist "ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.".

Erweiterungsscreenshots

screenshot

ZIBO Notifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie ZIBO Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ZIBO Notifier ZIBO Notifier
ID facebmppcpcpffdcinjjaoonpccdaonb
Offizielle URL https://chrome.google.com/webstore/detail/zibo-notifier/facebmppcpcpffdcinjjaoonpccdaonb
Beschreibung ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.
Dateigröße 75.42 KB
Installationsanzahl 245
Aktuelle Version 1.0.1
Letztes Update 2020-08-12
Veröffentlichungsdatum 2020-06-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://ziboupdater.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ziboupdater.net
Hilfeseite URL https://kb.ziboupdater.net
URL der Datenschutzrichtlinien-Seite https://ziboupdater.net/privacy
Unterstützte Sprachen 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"
        ]
    }
}