ZIBO Notifier

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

Hvad er ZIBO Notifier?

ZIBO Notifier er en Chrome-udvidelse udviklet af https://ziboupdater.net, og dens hovedfunktion er "ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.".

Udvidelsesskærmbilleder

screenshot

Download ZIBO Notifier-udvidelses-CRX-fil

Download ZIBO Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ZIBO Notifier ZIBO Notifier
ID facebmppcpcpffdcinjjaoonpccdaonb
Officiel URL https://chrome.google.com/webstore/detail/zibo-notifier/facebmppcpcpffdcinjjaoonpccdaonb
Beskrivelse ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.
Filstørrelse 75.42 KB
Antal Installationer 245
Nuværende Version 1.0.1
Senest Opdateret 2020-08-12
Udgivelsesdato 2020-06-17
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://ziboupdater.net
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://ziboupdater.net
Hjælpeside-URL https://kb.ziboupdater.net
URL til Fortrolighedspolitik Side https://ziboupdater.net/privacy
Understøttede Sprog 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"
        ]
    }
}