Matrix Booking Tool 2 - Power Flight Search
Easy way to book flights you've found on ITA Matrix
Matrix Booking Tool 2 - Power Flight Searchคืออะไร?
Matrix Booking Tool 2 - Power Flight Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Greyhatravel และคุณลักษณะหลักของมันคือ "Easy way to book flights you've found on ITA Matrix"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Matrix Booking Tool 2 - Power Flight Search
ดาวน์โหลดไฟล์ส่วนขยาย Matrix Booking Tool 2 - Power Flight Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Matrix Booking Tool add links on a Matrix result page to: - Skyscanner - Expedia - Orbitz - Cheaptickets - Kayak - Momondo - Hipmunk - Priceline - Aviasales Now, instead of having to retype all of your details in another flight search engine, you can get to the booking page with just 1-click. Created for friends, free to everyone. Bon voyage!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lhdnephfdnoiajihpkigehidibnaclij |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/matrix-booking-tool-2-pow/lhdnephfdnoiajihpkigehidibnaclij |
คำอธิบาย | Easy way to book flights you've found on ITA Matrix |
ขนาดไฟล์ | 21.35 KB |
จำนวนการติดตั้ง | 558 |
เวอร์ชันปัจจุบัน | 3.9.9 |
อัปเดตครั้งล่าสุด | 2020-01-14 |
วันที่เผยแพร่ | 2020-01-14 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Greyhatravel |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Matrix Booking Tool 2 - Power Flight Search ", "version": "3.9.9", "description": "Easy way to book flights you've found on ITA Matrix", "author": "matrixpowertool", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/matrix.itasoftware.com\/*" ], "js": [ "background.js" ] } ], "permissions": [ "activeTab" ], "background": { "scripts": [ "click.js" ] } } |