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!

What is TravelArrow - Your Virtual Travel Agent?

TravelArrow - Your Virtual Travel Agent is a Chrome extension developed by https://travelarrow.io, and its main feature is "TravelArrow is your virtual travel agent that sits in the browser. We help you unlock deals to save big on your next vacation!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download TravelArrow - Your Virtual Travel Agent Extension CRX File

Download TravelArrow - Your Virtual Travel Agent extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TravelArrow - Your Virtual Travel Agent TravelArrow - Your Virtual Travel Agent
ID coplmfnphahpcknbchcehdikbdieognn
Official URL https://chromewebstore.google.com/detail/travelarrow-your-virtual/coplmfnphahpcknbchcehdikbdieognn
Description TravelArrow is your virtual travel agent that sits in the browser. We help you unlock deals to save big on your next vacation!
File Size 1.2 MB
Installation Count 250,516
Current Version 2.9.5
Last Updated 2024-02-14
Publish Date 2022-06-28
Rating 3.55/5 Total 95 Ratings
Developer https://travelarrow.io
Email [email protected]
Payment Type free
Extension Website https://travelarrow.io
Help Page URL https://travelarrow.io/report
Privacy Policy Page URL https://travelarrow.io/privacy
Supported Languages 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"
}