ITA Matrix Powertools
Adds new features and builds fare purchase links for ITA Matrix
什么是ITA Matrix Powertools?
ITA Matrix Powertools是由Rangecrest开发的Chrome扩展程序,该扩展的主要功能是“Adds new features and builds fare purchase links for ITA Matrix”。
扩展截图
下载ITA Matrix Powertools扩展crx文件
下载ITA Matrix Powertools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | ITA Matrix Powertools |
ID | menecfddnlmanmpadcalononkolnplpp |
官方URL | https://chromewebstore.google.com/detail/ita-matrix-powertools/menecfddnlmanmpadcalononkolnplpp |
简介 | Adds new features and builds fare purchase links for ITA Matrix |
文件大小 | 167 KB |
安装次数 | 15,273 |
当前版本 | 0.55.14 |
更新时间 | 2023-11-12 |
上架时间 | 2020-04-30 |
评分 | 4.08/5 共12次评分 |
开发者 | Rangecrest |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/adamhwang/ita-matrix-powertools |
帮助页面URL | http://www.flyertalk.com/forum/travel-tools/1623427-ita-purchase-fares-orbitz-delta-userscript.html |
支持的语言 | 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" ] } |