BookWithMatrix
Opens an ITA Matrix itinerary on BookWithMatrix to easily book it. For more information, visit https://bookwithmatrix.com
BookWithMatrix क्या है?
BookWithMatrix https://bookwithmatrix.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens an ITA Matrix itinerary on BookWithMatrix to easily book it. For more information, visit https://bookwithmatrix.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BookWithMatrix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |