ITA Matrix Powertools

Adds new features and builds fare purchase links for ITA Matrix

Qu'est-ce que ITA Matrix Powertools ?

ITA Matrix Powertools est une extension Chrome développée par Rangecrest, et sa fonction principale est "Adds new features and builds fare purchase links for ITA Matrix".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ITA Matrix Powertools

Téléchargez les fichiers d'extension ITA Matrix Powertools 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

                        v0.55.0: Added preliminary support for Matrix 5

Matrix Powertools adds new functionality to ITA Matrix including:
- Booking links to Airlines, Online Travel Agents (OTAs) and meta search engines
- Integrations with Where to Credit, Seat Guru, Plane Finder, and Great Circle Mapper                    

Informations de Base sur l'Extension

Nom ITA Matrix Powertools ITA Matrix Powertools
ID menecfddnlmanmpadcalononkolnplpp
URL Officiel https://chromewebstore.google.com/detail/ita-matrix-powertools/menecfddnlmanmpadcalononkolnplpp
Description Adds new features and builds fare purchase links for ITA Matrix
Taille du Fichier 167 KB
Nombre d'Installations 15,273
Version Actuelle 0.55.14
Dernière Mise à Jour 2023-11-12
Date de Publication 2020-04-30
Évaluation 4.08/5 Total 12 Évaluations
Développeur Rangecrest
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/adamhwang/ita-matrix-powertools
URL de la Page d'Aide http://www.flyertalk.com/forum/travel-tools/1623427-ita-purchase-fares-orbitz-delta-userscript.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ITA Matrix Powertools",
    "version": "0.55.14",
    "description": "Adds new features and builds fare purchase links for ITA Matrix",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/matrix.itasoftware.com\/*",
                "*:\/\/oldmatrix.itasoftware.com\/*",
                "*:\/\/newmatrix.itasoftware.com\/*"
            ],
            "js": [
                "webext.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "ita-matrix-powertools.user.js"
    ]
}