VeroRoutes Import FlightPlan

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

What is VeroRoutes Import FlightPlan?

VeroRoutes Import FlightPlan is a Chrome extension developed by FSAerodata, and its main feature is "Displays flightplan related data from VeroRoutes database, for any route selected from FlightAware or Flightradar24".

Extension Screenshots

screenshot

Download VeroRoutes Import FlightPlan Extension CRX File

Download VeroRoutes Import FlightPlan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VeroRoutes Import FlightPlan VeroRoutes Import FlightPlan
ID cdfipjblagjjcagojodpfombhjobnhib
Official URL https://chromewebstore.google.com/detail/veroroutes-import-flightp/cdfipjblagjjcagojodpfombhjobnhib
Description Displays flightplan related data from VeroRoutes database, for any route selected from FlightAware or Flightradar24
File Size 27.49 KB
Installation Count 53
Current Version 1.1
Last Updated 2022-03-14
Publish Date 2022-03-14
Developer FSAerodata
Email [email protected]
Payment Type free
Extension Website https://www.fsaerodata.com
Help Page URL https://www.fsaerodata.com/forum/index.php
Supported Languages 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\/*"
    ]
}