ITA Matrix Powertools

Adds new features and builds fare purchase links for ITA Matrix

Wat is ITA Matrix Powertools?

ITA Matrix Powertools is een Chrome-extensie ontwikkeld door Rangecrest, en de belangrijkste functie is "Adds new features and builds fare purchase links for ITA Matrix".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ITA Matrix Powertools

Download ITA Matrix Powertools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ITA Matrix Powertools ITA Matrix Powertools
ID menecfddnlmanmpadcalononkolnplpp
Officiële URL https://chromewebstore.google.com/detail/ita-matrix-powertools/menecfddnlmanmpadcalononkolnplpp
Beschrijving Adds new features and builds fare purchase links for ITA Matrix
Bestandsgrootte 167 KB
Aantal Installaties 15,273
Huidige Versie 0.55.14
Laatst Bijgewerkt 2023-11-12
Publicatiedatum 2020-04-30
Beoordeling 4.08/5 Totaal 12 Beoordelingen
Ontwikkelaar Rangecrest
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/adamhwang/ita-matrix-powertools
Help Pagina-URL http://www.flyertalk.com/forum/travel-tools/1623427-ita-purchase-fares-orbitz-delta-userscript.html
Ondersteunde Talen 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"
    ]
}