ZIBO Notifier

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

ZIBO Notifier란 무엇입니까?

ZIBO Notifier은(는) https://ziboupdater.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates."입니다.

확장 프로그램 스크린샷

screenshot

ZIBO Notifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 ZIBO Notifier ZIBO Notifier
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
도움말 페이지 URL https://kb.ziboupdater.net
개인정보 보호 정책 페이지 URL 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"
        ]
    }
}