ITA Matrix Powertools
Adds new features and builds fare purchase links for ITA Matrix
Co to jest ITA Matrix Powertools?
ITA Matrix Powertools to rozszerzenie Chrome opracowane przez Rangecrest, a jego główną funkcją jest „Adds new features and builds fare purchase links for ITA Matrix”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ITA Matrix Powertools
Pobierz pliki rozszerzeń ITA Matrix Powertools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | menecfddnlmanmpadcalononkolnplpp |
Oficjalny URL | https://chromewebstore.google.com/detail/ita-matrix-powertools/menecfddnlmanmpadcalononkolnplpp |
Opis | Adds new features and builds fare purchase links for ITA Matrix |
Rozmiar pliku | 167 KB |
Liczba instalacji | 15,273 |
Aktualna Wersja | 0.55.14 |
Ostatnia Aktualizacja | 2023-11-12 |
Data Publikacji | 2020-04-30 |
Ocena | 4.08/5 Łącznie 12 Oceny |
Deweloper | Rangecrest |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/adamhwang/ita-matrix-powertools |
Adres URL Strony Pomocy | http://www.flyertalk.com/forum/travel-tools/1623427-ita-purchase-fares-orbitz-delta-userscript.html |
Obsługiwane Języki | 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" ] } |