ZIBO Notifier

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

Vad är ZIBO Notifier?

ZIBO Notifier är en Chrome-tillägg utvecklad av https://ziboupdater.net, och dess huvudfunktion är "ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.".

Tilläggsskärmbilder

screenshot

Ladda ner ZIBO Notifier-förlängningens CRX-fil

Ladda ner ZIBO Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ZIBO Notifier ZIBO Notifier
ID facebmppcpcpffdcinjjaoonpccdaonb
Officiell webbadress https://chrome.google.com/webstore/detail/zibo-notifier/facebmppcpcpffdcinjjaoonpccdaonb
Beskrivning ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.
Filstorlek 75.42 KB
Antal Installationer 245
Aktuell Version 1.0.1
Senast Uppdaterad 2020-08-12
Publiceringsdatum 2020-06-17
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://ziboupdater.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ziboupdater.net
Hjälpsida URL https://kb.ziboupdater.net
URL till Sekretesspolicy Sidan https://ziboupdater.net/privacy
Stödda Språk 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"
        ]
    }
}