TravelArrow - Your Virtual Travel Agent

TravelArrow is your virtual travel agent that sits in the browser. We help you unlock deals to save big on your next vacation!

O que é TravelArrow - Your Virtual Travel Agent?

TravelArrow - Your Virtual Travel Agent é uma extensão do Chrome desenvolvida por https://travelarrow.io, e sua principal característica é "TravelArrow is your virtual travel agent that sits in the browser. We help you unlock deals to save big on your next vacation!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TravelArrow - Your Virtual Travel Agent

Baixe arquivos de extensão TravelArrow - Your Virtual Travel Agent 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

                        As your all-in-one travel agent, Travel Arrow finds you hidden deals and savings on all your favorite travel sites!

Some of our incredible features include:

🧑‍💻 COMPLIMENTARY TRAVEL AGENT SERVICE

After installing the chrome extension, Travel Arrow will serve as your travel agency and offer travel concierge via our 24/7 hotline. Our virtual assistants can help you plan trips, book hotels and activities, and help navigate issues like delays and cancellations.

💸 GOOGLE FLIGHTS ENHANCEMENTS

Travel aggregators like Kayak and Skyscanner have cheapest flight deals since Google Flights fails to include many popular airlines and travel sites. In just one click, TravelArrow converts your exact route on Google Flights to Kayak and Skyscanner. So you can find the cheapest fare without wasting time inputting your search on different sites. 

TravelArrow also enhances your Google Flights experience by adding the flight model and legroom as a column on the search results. Our enhancement suite makes finding the most comfortable flight - a breeze.

🎁 EARN AIRLINE MILES WHEN YOU SHOP ONLINE

What if we told you could earn Miles for your favorite airlines and hotel brands for purchases you’re already making online! Now with TravelArrow's free MilesBack feature, you automatically earn Miles when you shop at your favorite stores online!

🔔 REAL-TIME TRAVEL PROMO CODES

TravelArrow scours the web to find active promo codes and discounts at top airlines, hotels, and travel sites. Need a 5% student discount on United Airlines? Or how about a 50% off code for multiple room bookings at Marriott? TravelArrow finds them all!

🛏️ PRICELINE MYSTERY HOTEL NAME REVEAL

Priceline has unique 'Express Deals' that offer up to 70% off discounts on 5 Star hotels. The catch is they don't reveal the name of the hotel until after you book. Our algorithm is able to predict the hotel name with 99% accuracy so you can book without the fear of the unknown

💲 LOWEST RATE HOTEL FINDER 

Worried that you don't have the best room rate at your desired hotel? Worry no more! TravelArrow compares 50+ hotel and booking sites and tells you if there's a cheaper rate elsewhere. 

TravelArrow may get paid commissions on hotel stays and products purchased through our links to retailer sites, while using this browser extension.                    

Informações Básicas da Extensão

Nome TravelArrow - Your Virtual Travel Agent TravelArrow - Your Virtual Travel Agent
ID coplmfnphahpcknbchcehdikbdieognn
URL Oficial https://chromewebstore.google.com/detail/travelarrow-your-virtual/coplmfnphahpcknbchcehdikbdieognn
Descrição TravelArrow is your virtual travel agent that sits in the browser. We help you unlock deals to save big on your next vacation!
Tamanho do Arquivo 1.2 MB
Contagem de Instalações 250,516
Versão Atual 2.9.5
Última Atualização 2024-02-14
Data de Publicação 2022-06-28
Classificação 3.55/5 Total de 95 Avaliações
Desenvolvedor https://travelarrow.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://travelarrow.io
URL da Página de Ajuda https://travelarrow.io/report
URL da Página de Política de Privacidade https://travelarrow.io/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TravelArrow - Your Virtual Travel Agent",
    "version": "2.9.5",
    "description": "TravelArrow is your virtual travel agent that sits in the browser. We help you unlock deals to save big on your next vacation!",
    "background": {
        "service_worker": "sw.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/img\/flightsmall.png"
    },
    "icons": {
        "128": "assets\/img\/flight.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles\/google.css",
                "styles\/app.css",
                "styles\/jitsi.css",
                "assets\/**\/*",
                "popup.html",
                "legroom\/load_flight_data.js",
                "legroom\/render_legroom.js",
                "legroom\/enhanced.js",
                "carrental\/car_rental.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "declarativeNetRequest",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "96"
}