BookWithMatrix

Opens an ITA Matrix itinerary on BookWithMatrix to easily book it. For more information, visit https://bookwithmatrix.com

BookWithMatrix란 무엇입니까?

BookWithMatrix은(는) https://bookwithmatrix.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens an ITA Matrix itinerary on BookWithMatrix to easily book it. For more information, visit https://bookwithmatrix.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BookWithMatrix 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        NOTE: We are not affiliated with ITA or Google in any way.

Easily book flights found on ITA Matrix (the world's most powerful flights search tool) using BookWithMatrix (https://bookwithmatrix.com)! Now, instead of having to retype all of your details in another flight search engine, you can get to the booking page with just the press of a button.

To use the extension, navigate to an ITA Matrix results page. The icon should become not grayed out, and you can click it to take yourself straight to BookWithMatrix.                    

확장 프로그램 기본 정보

이름 BookWithMatrix BookWithMatrix
ID enpgegaockimafpdjomphligajfkcaeo
공식 URL https://chromewebstore.google.com/detail/bookwithmatrix/enpgegaockimafpdjomphligajfkcaeo
설명 Opens an ITA Matrix itinerary on BookWithMatrix to easily book it. For more information, visit https://bookwithmatrix.com
파일 크기 38.71 KB
설치 횟수 9,911
현재 버전 1.0.6
최근 업데이트 2021-03-28
출시 날짜 2016-08-02
평점 3.60/5 총 5 개의 평점
개발자 https://bookwithmatrix.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bookwithmatrix.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BookWithMatrix",
    "version": "1.0.6",
    "description": "Opens an ITA Matrix itinerary on BookWithMatrix to easily book it. For more information, visit https:\/\/bookwithmatrix.com",
    "icons": {
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "64": "assets\/icon64.png",
        "128": "assets\/icon128.png",
        "256": "assets\/icon256.png"
    },
    "browser_action": {
        "default_title": "Open in BookWithMatrix",
        "default_icon": "assets\/icon32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/matrix.itasoftware.com\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/bookwithmatrix.com\/*"
            ],
            "js": [
                "installed.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/bookwithmatrix.com\/",
        "activeTab"
    ],
    "manifest_version": 2
}