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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |