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!

Was ist TravelArrow - Your Virtual Travel Agent?

TravelArrow - Your Virtual Travel Agent ist eine Chrome-Erweiterung, die von https://travelarrow.io entwickelt wurde, und ihr Hauptmerkmal ist "TravelArrow is your virtual travel agent that sits in the browser. We help you unlock deals to save big on your next vacation!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

TravelArrow - Your Virtual Travel Agent-Erweiterungs-CRX-Datei herunterladen

Laden Sie TravelArrow - Your Virtual Travel Agent-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TravelArrow - Your Virtual Travel Agent TravelArrow - Your Virtual Travel Agent
ID coplmfnphahpcknbchcehdikbdieognn
Offizielle URL https://chromewebstore.google.com/detail/travelarrow-your-virtual/coplmfnphahpcknbchcehdikbdieognn
Beschreibung TravelArrow is your virtual travel agent that sits in the browser. We help you unlock deals to save big on your next vacation!
Dateigröße 1.2 MB
Installationsanzahl 250,516
Aktuelle Version 2.9.5
Letztes Update 2024-02-14
Veröffentlichungsdatum 2022-06-28
Bewertung 3.55/5 Insgesamt 95 Bewertungen
Entwickler https://travelarrow.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://travelarrow.io
Hilfeseite URL https://travelarrow.io/report
URL der Datenschutzrichtlinien-Seite https://travelarrow.io/privacy
Unterstützte Sprachen 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"
}