VeroRoutes Import FlightPlan

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

VeroRoutes Import FlightPlan là gì?

VeroRoutes Import FlightPlan là một tiện ích mở rộng Chrome được phát triển bởi FSAerodata, và tính năng chính của nó là "Displays flightplan related data from VeroRoutes database, for any route selected from FlightAware or Flightradar24".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VeroRoutes Import FlightPlan

Tải xuống các tệp mở rộng VeroRoutes Import FlightPlan dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VeroRoutes Import FlightPlan VeroRoutes Import FlightPlan
ID cdfipjblagjjcagojodpfombhjobnhib
URL Chính Thức https://chromewebstore.google.com/detail/veroroutes-import-flightp/cdfipjblagjjcagojodpfombhjobnhib
Mô tả Displays flightplan related data from VeroRoutes database, for any route selected from FlightAware or Flightradar24
Kích Thước Tệp 27.49 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-03-14
Ngày Phát Hành 2022-03-14
Nhà Phát Triển FSAerodata
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.fsaerodata.com
URL Trang Trợ Giúp https://www.fsaerodata.com/forum/index.php
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}