VeroRoutes Import FlightPlan

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

Co je VeroRoutes Import FlightPlan?

VeroRoutes Import FlightPlan je rozšíření Chrome vyvinuté FSAerodata, a jeho hlavní funkcí je „Displays flightplan related data from VeroRoutes database, for any route selected from FlightAware or Flightradar24“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření VeroRoutes Import FlightPlan

Stáhněte si soubory rozšíření VeroRoutes Import FlightPlan ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název VeroRoutes Import FlightPlan VeroRoutes Import FlightPlan
ID cdfipjblagjjcagojodpfombhjobnhib
Oficiální URL https://chromewebstore.google.com/detail/veroroutes-import-flightp/cdfipjblagjjcagojodpfombhjobnhib
Popis Displays flightplan related data from VeroRoutes database, for any route selected from FlightAware or Flightradar24
Velikost souboru 27.49 KB
Počet instalací 53
Aktuální Verze 1.1
Poslední Aktualizace 2022-03-14
Datum Vydání 2022-03-14
Vývojář FSAerodata
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.fsaerodata.com
URL Stránky Nápovědy https://www.fsaerodata.com/forum/index.php
Podporované Jazyky 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\/*"
    ]
}