Matrix Booking Tool 2 - Power Flight Search

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

Vad är Matrix Booking Tool 2 - Power Flight Search?

Matrix Booking Tool 2 - Power Flight Search är en Chrome-tillägg utvecklad av Greyhatravel, och dess huvudfunktion är "Easy way to book flights you've found on ITA Matrix".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Matrix Booking Tool 2 - Power Flight Search-förlängningens CRX-fil

Ladda ner Matrix Booking Tool 2 - Power Flight Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Matrix Booking Tool 2 - Power Flight Search Matrix Booking Tool 2 - Power Flight Search
ID lhdnephfdnoiajihpkigehidibnaclij
Officiell webbadress https://chrome.google.com/webstore/detail/matrix-booking-tool-2-pow/lhdnephfdnoiajihpkigehidibnaclij
Beskrivning Easy way to book flights you've found on ITA Matrix
Filstorlek 21.35 KB
Antal Installationer 558
Aktuell Version 3.9.9
Senast Uppdaterad 2020-01-14
Publiceringsdatum 2020-01-14
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Greyhatravel
Betalningssätt free
Stödda Språk 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"
        ]
    }
}