Matrix Booking Tool 2 - Power Flight Search

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

Cos'è Matrix Booking Tool 2 - Power Flight Search?

Matrix Booking Tool 2 - Power Flight Search è un'estensione di Chrome sviluppata da Greyhatravel, e la sua funzione principale è "Easy way to book flights you've found on ITA Matrix".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Matrix Booking Tool 2 - Power Flight Search

Scarica i file di estensione Matrix Booking Tool 2 - Power Flight Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Matrix Booking Tool 2 - Power Flight Search Matrix Booking Tool 2 - Power Flight Search
ID lhdnephfdnoiajihpkigehidibnaclij
URL Ufficiale https://chrome.google.com/webstore/detail/matrix-booking-tool-2-pow/lhdnephfdnoiajihpkigehidibnaclij
Descrizione Easy way to book flights you've found on ITA Matrix
Dimensione del File 21.35 KB
Conteggio Installazioni 558
Versione Corrente 3.9.9
Ultimo Aggiornamento 2020-01-14
Data di Pubblicazione 2020-01-14
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Greyhatravel
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}