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 |
官方網址 | 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" ] } |