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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |