ITA Matrix Powertools
Adds new features and builds fare purchase links for ITA Matrix
Co je ITA Matrix Powertools?
ITA Matrix Powertools je rozšíření Chrome vyvinuté Rangecrest, a jeho hlavní funkcí je „Adds new features and builds fare purchase links for ITA Matrix“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ITA Matrix Powertools
Stáhněte si soubory rozšíření ITA Matrix Powertools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | ITA Matrix Powertools |
ID | menecfddnlmanmpadcalononkolnplpp |
Oficiální URL | https://chromewebstore.google.com/detail/ita-matrix-powertools/menecfddnlmanmpadcalononkolnplpp |
Popis | Adds new features and builds fare purchase links for ITA Matrix |
Velikost souboru | 167 KB |
Počet instalací | 15,273 |
Aktuální Verze | 0.55.14 |
Poslední Aktualizace | 2023-11-12 |
Datum Vydání | 2020-04-30 |
Hodnocení | 4.08/5 Celkem 12 Hodnocení |
Vývojář | Rangecrest |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/adamhwang/ita-matrix-powertools |
URL Stránky Nápovědy | http://www.flyertalk.com/forum/travel-tools/1623427-ita-purchase-fares-orbitz-delta-userscript.html |
Podporované Jazyky | 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" ] } |