ITA Matrix Powertools
Adds new features and builds fare purchase links for ITA Matrix
Was ist ITA Matrix Powertools?
ITA Matrix Powertools ist eine Chrome-Erweiterung, die von Rangecrest entwickelt wurde, und ihr Hauptmerkmal ist "Adds new features and builds fare purchase links for ITA Matrix".
Erweiterungsscreenshots
ITA Matrix Powertools-Erweiterungs-CRX-Datei herunterladen
Laden Sie ITA Matrix Powertools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | menecfddnlmanmpadcalononkolnplpp |
| Offizielle URL | https://chromewebstore.google.com/detail/ita-matrix-powertools/menecfddnlmanmpadcalononkolnplpp |
| Beschreibung | Adds new features and builds fare purchase links for ITA Matrix |
| Dateigröße | 167 KB |
| Installationsanzahl | 15,273 |
| Aktuelle Version | 0.55.14 |
| Letztes Update | 2023-11-12 |
| Veröffentlichungsdatum | 2020-04-30 |
| Bewertung | 4.08/5 Insgesamt 12 Bewertungen |
| Entwickler | Rangecrest |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/adamhwang/ita-matrix-powertools |
| Hilfeseite URL | http://www.flyertalk.com/forum/travel-tools/1623427-ita-purchase-fares-orbitz-delta-userscript.html |
| Unterstützte Sprachen | 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"
]
} | |