Matrix Booking Tool 2 - Power Flight Search
Easy way to book flights you've found on ITA Matrix
O que é Matrix Booking Tool 2 - Power Flight Search?
Matrix Booking Tool 2 - Power Flight Search é uma extensão do Chrome desenvolvida por Greyhatravel, e sua principal característica é "Easy way to book flights you've found on ITA Matrix".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Matrix Booking Tool 2 - Power Flight Search
Baixe arquivos de extensão Matrix Booking Tool 2 - Power Flight Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | lhdnephfdnoiajihpkigehidibnaclij |
URL Oficial | https://chrome.google.com/webstore/detail/matrix-booking-tool-2-pow/lhdnephfdnoiajihpkigehidibnaclij |
Descrição | Easy way to book flights you've found on ITA Matrix |
Tamanho do Arquivo | 21.35 KB |
Contagem de Instalações | 558 |
Versão Atual | 3.9.9 |
Última Atualização | 2020-01-14 |
Data de Publicação | 2020-01-14 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Greyhatravel |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |