BookWithMatrix
Opens an ITA Matrix itinerary on BookWithMatrix to easily book it. For more information, visit https://bookwithmatrix.com
BookWithMatrixคืออะไร?
BookWithMatrix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bookwithmatrix.com และคุณลักษณะหลักของมันคือ "Opens an ITA Matrix itinerary on BookWithMatrix to easily book it. For more information, visit https://bookwithmatrix.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BookWithMatrix
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |