Matrix Booking Tool 2 - Power Flight Search

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

What is Matrix Booking Tool 2 - Power Flight Search?

Matrix Booking Tool 2 - Power Flight Search is a Chrome extension developed by Greyhatravel, and its main feature is "Easy way to book flights you've found on ITA Matrix".

Extension Screenshots

screenshot
screenshot

Download Matrix Booking Tool 2 - Power Flight Search Extension CRX File

Download Matrix Booking Tool 2 - Power Flight Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Matrix Booking Tool 2 - Power Flight Search Matrix Booking Tool 2 - Power Flight Search
ID lhdnephfdnoiajihpkigehidibnaclij
Official URL https://chrome.google.com/webstore/detail/matrix-booking-tool-2-pow/lhdnephfdnoiajihpkigehidibnaclij
Description Easy way to book flights you've found on ITA Matrix
File Size 21.35 KB
Installation Count 558
Current Version 3.9.9
Last Updated 2020-01-14
Publish Date 2020-01-14
Rating 5.00/5 Total 4 Ratings
Developer Greyhatravel
Payment Type free
Supported Languages 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"
        ]
    }
}