VeroRoutes Import FlightPlan

Displays flightplan related data from VeroRoutes database, for any route selected from FlightAware or Flightradar24

VeroRoutes Import FlightPlanとは何ですか?

VeroRoutes Import FlightPlanはFSAerodataによって開発されたChromeの拡張機能で、その主な機能は「Displays flightplan related data from VeroRoutes database, for any route selected from FlightAware or Flightradar24」です。

拡張機能のスクリーンショット

screenshot

VeroRoutes Import FlightPlan拡張機能のCRXファイルをダウンロード

VeroRoutes Import FlightPlan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        VeroRoutes Import flightplan is a Google chrome extension that displays the flightplan related data from VeroRoutes database, for any route selected on flight tracking providers FlightAware.com or Flightradar24.com.
You must be registered or own a license of VeroRoutes available at www.fsaerodata.com.
For flight simulation only.                    

拡張機能の基本情報

名前 VeroRoutes Import FlightPlan VeroRoutes Import FlightPlan
ID cdfipjblagjjcagojodpfombhjobnhib
公式URL https://chromewebstore.google.com/detail/veroroutes-import-flightp/cdfipjblagjjcagojodpfombhjobnhib
説明 Displays flightplan related data from VeroRoutes database, for any route selected from FlightAware or Flightradar24
ファイルサイズ 27.49 KB
インストール数 53
現在のバージョン 1.1
最終更新日 2022-03-14
公開日 2022-03-14
開発者 FSAerodata
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.fsaerodata.com
ヘルプページのURL https://www.fsaerodata.com/forum/index.php
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VeroRoutes Import FlightPlan",
    "description": "Displays  flightplan related data from VeroRoutes database, for any route selected from FlightAware or Flightradar24",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/fsad-extension16.png",
            "32": "\/images\/fsad-extension32.png",
            "48": "\/images\/fsad-extension48.png",
            "128": "\/images\/fsad-extension128.png"
        }
    },
    "icons": {
        "16": "\/images\/fsad-extension16.png",
        "32": "\/images\/fsad-extension32.png",
        "48": "\/images\/fsad-extension48.png",
        "128": "\/images\/fsad-extension128.png"
    },
    "host_permissions": [
        "https:\/\/www.fsaerodata.com\/*"
    ]
}