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.
擴展基本資訊
名稱 | BookWithMatrix |
ID | enpgegaockimafpdjomphligajfkcaeo |
官方網址 | 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 } |