Matrix Booking Tool 2 - Power Flight Search

Easy way to book flights you've found on ITA Matrix

¿Qué es Matrix Booking Tool 2 - Power Flight Search?

Matrix Booking Tool 2 - Power Flight Search es una extensión de Chrome desarrollada por Greyhatravel, y su función principal es "Easy way to book flights you've found on ITA Matrix".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Matrix Booking Tool 2 - Power Flight Search

Descarga archivos de extensión Matrix Booking Tool 2 - Power Flight Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Matrix Booking Tool 2 - Power Flight Search Matrix Booking Tool 2 - Power Flight Search
ID lhdnephfdnoiajihpkigehidibnaclij
URL Oficial https://chrome.google.com/webstore/detail/matrix-booking-tool-2-pow/lhdnephfdnoiajihpkigehidibnaclij
Descripción Easy way to book flights you've found on ITA Matrix
Tamaño del Archivo 21.35 KB
Cantidad de Instalaciones 558
Versión Actual 3.9.9
Última Actualización 2020-01-14
Fecha de Publicación 2020-01-14
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Greyhatravel
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}