ITA Matrix Powertools
Adds new features and builds fare purchase links for ITA Matrix
Cos'è ITA Matrix Powertools?
ITA Matrix Powertools è un'estensione di Chrome sviluppata da Rangecrest, e la sua funzione principale è "Adds new features and builds fare purchase links for ITA Matrix".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ITA Matrix Powertools
Scarica i file di estensione ITA Matrix Powertools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | menecfddnlmanmpadcalononkolnplpp |
| URL Ufficiale | https://chromewebstore.google.com/detail/ita-matrix-powertools/menecfddnlmanmpadcalononkolnplpp |
| Descrizione | Adds new features and builds fare purchase links for ITA Matrix |
| Dimensione del File | 167 KB |
| Conteggio Installazioni | 15,273 |
| Versione Corrente | 0.55.14 |
| Ultimo Aggiornamento | 2023-11-12 |
| Data di Pubblicazione | 2020-04-30 |
| Valutazione | 4.08/5 Totale 12 Valutazioni |
| Sviluppatore | Rangecrest |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/adamhwang/ita-matrix-powertools |
| URL della Pagina di Aiuto | http://www.flyertalk.com/forum/travel-tools/1623427-ita-purchase-fares-orbitz-delta-userscript.html |
| Lingue Supportate | 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"
]
} | |