Matrix Booking Tool 2 - Power Flight Search

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

Qu'est-ce que Matrix Booking Tool 2 - Power Flight Search ?

Matrix Booking Tool 2 - Power Flight Search est une extension Chrome développée par Greyhatravel, et sa fonction principale est "Easy way to book flights you've found on ITA Matrix".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Matrix Booking Tool 2 - Power Flight Search

Téléchargez les fichiers d'extension Matrix Booking Tool 2 - Power Flight Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Matrix Booking Tool 2 - Power Flight Search Matrix Booking Tool 2 - Power Flight Search
ID lhdnephfdnoiajihpkigehidibnaclij
URL Officiel https://chrome.google.com/webstore/detail/matrix-booking-tool-2-pow/lhdnephfdnoiajihpkigehidibnaclij
Description Easy way to book flights you've found on ITA Matrix
Taille du Fichier 21.35 KB
Nombre d'Installations 558
Version Actuelle 3.9.9
Dernière Mise à Jour 2020-01-14
Date de Publication 2020-01-14
Évaluation 5.00/5 Total 4 Évaluations
Développeur Greyhatravel
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}