ITA Matrix Powertools
Adds new features and builds fare purchase links for ITA Matrix
What is ITA Matrix Powertools?
ITA Matrix Powertools is a Chrome extension developed by Rangecrest, and its main feature is "Adds new features and builds fare purchase links for ITA Matrix".
Extension Screenshots
Download ITA Matrix Powertools Extension CRX File
Download ITA Matrix Powertools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ITA Matrix Powertools |
ID | menecfddnlmanmpadcalononkolnplpp |
Official URL | https://chromewebstore.google.com/detail/ita-matrix-powertools/menecfddnlmanmpadcalononkolnplpp |
Description | Adds new features and builds fare purchase links for ITA Matrix |
File Size | 167 KB |
Installation Count | 15,273 |
Current Version | 0.55.14 |
Last Updated | 2023-11-12 |
Publish Date | 2020-04-30 |
Rating | 4.08/5 Total 12 Ratings |
Developer | Rangecrest |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/adamhwang/ita-matrix-powertools |
Help Page URL | http://www.flyertalk.com/forum/travel-tools/1623427-ita-purchase-fares-orbitz-delta-userscript.html |
Supported Languages | 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" ] } |