ITA Matrix Powertools
Adds new features and builds fare purchase links for ITA Matrix
Vad är ITA Matrix Powertools?
ITA Matrix Powertools är en Chrome-tillägg utvecklad av Rangecrest, och dess huvudfunktion är "Adds new features and builds fare purchase links for ITA Matrix".
Tilläggsskärmbilder
Ladda ner ITA Matrix Powertools-förlängningens CRX-fil
Ladda ner ITA Matrix Powertools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | ITA Matrix Powertools |
ID | menecfddnlmanmpadcalononkolnplpp |
Officiell webbadress | https://chromewebstore.google.com/detail/ita-matrix-powertools/menecfddnlmanmpadcalononkolnplpp |
Beskrivning | Adds new features and builds fare purchase links for ITA Matrix |
Filstorlek | 167 KB |
Antal Installationer | 15,273 |
Aktuell Version | 0.55.14 |
Senast Uppdaterad | 2023-11-12 |
Publiceringsdatum | 2020-04-30 |
Betyg | 4.08/5 Totalt 12 Betyg |
Utvecklare | Rangecrest |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/adamhwang/ita-matrix-powertools |
Hjälpsida URL | http://www.flyertalk.com/forum/travel-tools/1623427-ita-purchase-fares-orbitz-delta-userscript.html |
Stödda Språk | 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" ] } |