ITA Matrix Powertools

Adds new features and builds fare purchase links for ITA Matrix

ITA Matrix Powertools là gì?

ITA Matrix Powertools là một tiện ích mở rộng Chrome được phát triển bởi Rangecrest, và tính năng chính của nó là "Adds new features and builds fare purchase links for ITA Matrix".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ITA Matrix Powertools

Tải xuống các tệp mở rộng ITA Matrix Powertools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ITA Matrix Powertools ITA Matrix Powertools
ID menecfddnlmanmpadcalononkolnplpp
URL Chính Thức https://chromewebstore.google.com/detail/ita-matrix-powertools/menecfddnlmanmpadcalononkolnplpp
Mô tả Adds new features and builds fare purchase links for ITA Matrix
Kích Thước Tệp 167 KB
Số Lần Cài Đặt 15,273
Phiên Bản Hiện Tại 0.55.14
Cập Nhật Lần Cuối 2023-11-12
Ngày Phát Hành 2020-04-30
Đánh Giá 4.08/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Rangecrest
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/adamhwang/ita-matrix-powertools
URL Trang Trợ Giúp http://www.flyertalk.com/forum/travel-tools/1623427-ita-purchase-fares-orbitz-delta-userscript.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}