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是由Greyhatravel開發的Chrome擴展程式,該擴展的主要功能是“Easy way to book flights you've found on ITA Matrix”。
擴展截圖
下載Matrix Booking Tool 2 - Power Flight Search擴展crx文件
下載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 |
官方網址 | 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" ] } } |