VeroRoutes Import FlightPlan
Displays flightplan related data from VeroRoutes database, for any route selected from FlightAware or Flightradar24
VeroRoutes Import FlightPlanคืออะไร?
VeroRoutes Import FlightPlan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FSAerodata และคุณลักษณะหลักของมันคือ "Displays flightplan related data from VeroRoutes database, for any route selected from FlightAware or Flightradar24"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VeroRoutes Import FlightPlan
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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\/*" ] } |