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」です。
拡張機能のスクリーンショット
BookWithMatrix拡張機能のCRXファイルをダウンロード
BookWithMatrix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |