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!

Qu'est-ce que TravelArrow - Your Virtual Travel Agent ?

TravelArrow - Your Virtual Travel Agent est une extension Chrome développée par https://travelarrow.io, et sa fonction principale est "TravelArrow is your virtual travel agent that sits in the browser. We help you unlock deals to save big on your next vacation!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TravelArrow - Your Virtual Travel Agent

Téléchargez les fichiers d'extension TravelArrow - Your Virtual Travel Agent 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

                        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.                    

Informations de Base sur l'Extension

Nom TravelArrow - Your Virtual Travel Agent TravelArrow - Your Virtual Travel Agent
ID coplmfnphahpcknbchcehdikbdieognn
URL Officiel 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!
Taille du Fichier 1.2 MB
Nombre d'Installations 250,516
Version Actuelle 2.9.5
Dernière Mise à Jour 2024-02-14
Date de Publication 2022-06-28
Évaluation 3.55/5 Total 95 Évaluations
Développeur https://travelarrow.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://travelarrow.io
URL de la Page d'Aide https://travelarrow.io/report
URL de la Page de Politique de Confidentialité https://travelarrow.io/privacy
Langues Prises en Charge 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"
}