Matrix Booking Tool 2 - Power Flight Search

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

Hvad er Matrix Booking Tool 2 - Power Flight Search?

Matrix Booking Tool 2 - Power Flight Search er en Chrome-udvidelse udviklet af Greyhatravel, og dens hovedfunktion er "Easy way to book flights you've found on ITA Matrix".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Matrix Booking Tool 2 - Power Flight Search-udvidelses-CRX-fil

Download Matrix Booking Tool 2 - Power Flight Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Matrix Booking Tool 2 - Power Flight Search Matrix Booking Tool 2 - Power Flight Search
ID lhdnephfdnoiajihpkigehidibnaclij
Officiel URL https://chrome.google.com/webstore/detail/matrix-booking-tool-2-pow/lhdnephfdnoiajihpkigehidibnaclij
Beskrivelse Easy way to book flights you've found on ITA Matrix
Filstørrelse 21.35 KB
Antal Installationer 558
Nuværende Version 3.9.9
Senest Opdateret 2020-01-14
Udgivelsesdato 2020-01-14
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Greyhatravel
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}