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 } |