Book with Carry
Book the best travel deals with a single click.
O que é Book with Carry?
Book with Carry é uma extensão do Chrome desenvolvida por http://bookwithcarry.com, e sua principal característica é "Book the best travel deals with a single click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Book with Carry
Baixe arquivos de extensão Book with Carry no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Carry is the best way to book flights and hotels on Google Flights, Expedia, Booking.com, Southwest Airlines, and more. Safely store your passenger details, loyalty program numbers, and even seat preference and book with 1-click on hundreds of travel sites. Not convinced? Discover exclusive flight discounts that aren't normally shown on Google Flights via the Carry chrome extension. But wait, there's more! Every trip booked using the Carry chrome extension comes with complimentary price protection, automatic flight check-in, and 24/7 chat support. Get started by clicking on the Add to Chrome button — it's free! If you have any issues, questions, or suggestions we'd love to hear them via email at [email protected].
Informações Básicas da Extensão
Nome | |
ID | mejaceicpflkjikmnkfhpbkiajhnmjdl |
URL Oficial | https://chrome.google.com/webstore/detail/book-with-carry/mejaceicpflkjikmnkfhpbkiajhnmjdl |
Descrição | Book the best travel deals with a single click. |
Tamanho do Arquivo | 1.82 MB |
Contagem de Instalações | 224 |
Versão Atual | 0.0.9 |
Última Atualização | 2020-03-06 |
Data de Publicação | 2020-03-04 |
Classificação | 5.00/5 Total de 13 Avaliações |
Desenvolvedor | http://bookwithcarry.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://bookwithcarry.com/ |
URL da Página de Política de Privacidade | https://carry.travel/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.9", "name": "Book with Carry", "manifest_version": 2, "description": "Book the best travel deals with a single click.", "web_accessible_resources": [ "overlay.html", "*.png", "snippet.js", "*.js", "https:\/\/app.carry.travel", "https:\/\/bookwithcarry.com" ], "externally_connectable": { "matches": [ "https:\/\/app.carry.travel\/*", "https:\/\/bookwithcarry.com\/*" ] }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "Book with Carry", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "webNavigation", "webRequest", "webRequestBlocking", "storage", " |