BookWithMatrix
Opens an ITA Matrix itinerary on BookWithMatrix to easily book it. For more information, visit https://bookwithmatrix.com
Qu'est-ce que BookWithMatrix ?
BookWithMatrix est une extension Chrome développée par https://bookwithmatrix.com, et sa fonction principale est "Opens an ITA Matrix itinerary on BookWithMatrix to easily book it. For more information, visit https://bookwithmatrix.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BookWithMatrix
Téléchargez les fichiers d'extension BookWithMatrix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | BookWithMatrix |
ID | enpgegaockimafpdjomphligajfkcaeo |
URL Officiel | https://chromewebstore.google.com/detail/bookwithmatrix/enpgegaockimafpdjomphligajfkcaeo |
Description | Opens an ITA Matrix itinerary on BookWithMatrix to easily book it. For more information, visit https://bookwithmatrix.com |
Taille du Fichier | 38.71 KB |
Nombre d'Installations | 9,911 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2021-03-28 |
Date de Publication | 2016-08-02 |
Évaluation | 3.60/5 Total 5 Évaluations |
Développeur | https://bookwithmatrix.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://bookwithmatrix.com/ |
Langues Prises en Charge | 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 } |