Matrix Booking Tool 2 - Power Flight Search
Easy way to book flights you've found on ITA Matrix
Wat is Matrix Booking Tool 2 - Power Flight Search?
Matrix Booking Tool 2 - Power Flight Search is een Chrome-extensie ontwikkeld door Greyhatravel, en de belangrijkste functie is "Easy way to book flights you've found on ITA Matrix".
Extensie Screenshots
Download het CRX-bestand van de extensie Matrix Booking Tool 2 - Power Flight Search
Download Matrix Booking Tool 2 - Power Flight Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | lhdnephfdnoiajihpkigehidibnaclij |
Officiële URL | https://chrome.google.com/webstore/detail/matrix-booking-tool-2-pow/lhdnephfdnoiajihpkigehidibnaclij |
Beschrijving | Easy way to book flights you've found on ITA Matrix |
Bestandsgrootte | 21.35 KB |
Aantal Installaties | 558 |
Huidige Versie | 3.9.9 |
Laatst Bijgewerkt | 2020-01-14 |
Publicatiedatum | 2020-01-14 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Greyhatravel |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |