VeroRoutes Import FlightPlan

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

Co to jest VeroRoutes Import FlightPlan?

VeroRoutes Import FlightPlan to rozszerzenie Chrome opracowane przez FSAerodata, a jego główną funkcją jest „Displays flightplan related data from VeroRoutes database, for any route selected from FlightAware or Flightradar24”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia VeroRoutes Import FlightPlan

Pobierz pliki rozszerzeń VeroRoutes Import FlightPlan w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa VeroRoutes Import FlightPlan VeroRoutes Import FlightPlan
ID cdfipjblagjjcagojodpfombhjobnhib
Oficjalny URL https://chromewebstore.google.com/detail/veroroutes-import-flightp/cdfipjblagjjcagojodpfombhjobnhib
Opis Displays flightplan related data from VeroRoutes database, for any route selected from FlightAware or Flightradar24
Rozmiar pliku 27.49 KB
Liczba instalacji 53
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-03-14
Data Publikacji 2022-03-14
Deweloper FSAerodata
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.fsaerodata.com
Adres URL Strony Pomocy https://www.fsaerodata.com/forum/index.php
Obsługiwane Języki 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\/*"
    ]
}