Matrix Booking Tool 2 - Power Flight Search

Easy way to book flights you've found on ITA Matrix

什么是Matrix Booking Tool 2 - Power Flight Search?

Matrix Booking Tool 2 - Power Flight Search是由Greyhatravel开发的Chrome扩展程序,该扩展的主要功能是“Easy way to book flights you've found on ITA Matrix”。

扩展截图

screenshot
screenshot

下载Matrix Booking Tool 2 - Power Flight Search扩展crx文件

下载Matrix Booking Tool 2 - Power Flight Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Matrix Booking Tool add links on a Matrix result page to:

- Skyscanner
- Expedia
- Orbitz
- Cheaptickets
- Kayak
- Momondo
- Hipmunk
- Priceline
- Aviasales

Now, instead of having to retype all of your details in another flight search engine, you can get to the booking page with just 1-click.

Created for friends, free to everyone. Bon voyage!                    

扩展基本信息

名称 Matrix Booking Tool 2 - Power Flight Search Matrix Booking Tool 2 - Power Flight Search
ID lhdnephfdnoiajihpkigehidibnaclij
官方URL https://chrome.google.com/webstore/detail/matrix-booking-tool-2-pow/lhdnephfdnoiajihpkigehidibnaclij
简介 Easy way to book flights you've found on ITA Matrix
文件大小 21.35 KB
安装次数 558
当前版本 3.9.9
更新时间 2020-01-14
上架时间 2020-01-14
评分 5.00/5 共4次评分
开发者 Greyhatravel
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Matrix Booking Tool 2 - Power Flight Search ",
    "version": "3.9.9",
    "description": "Easy way to book flights you've found on ITA Matrix",
    "author": "matrixpowertool",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/matrix.itasoftware.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "click.js"
        ]
    }
}