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!

TravelArrow - Your Virtual Travel Agentとは何ですか?

TravelArrow - Your Virtual Travel Agentはhttps://travelarrow.ioによって開発されたChromeの拡張機能で、その主な機能は「TravelArrow is your virtual travel agent that sits in the browser. We help you unlock deals to save big on your next vacation!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

TravelArrow - Your Virtual Travel Agent拡張機能のCRXファイルをダウンロード

TravelArrow - Your Virtual Travel Agent拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 TravelArrow - Your Virtual Travel Agent TravelArrow - Your Virtual Travel Agent
ID coplmfnphahpcknbchcehdikbdieognn
公式URL https://chromewebstore.google.com/detail/travelarrow-your-virtual/coplmfnphahpcknbchcehdikbdieognn
説明 TravelArrow is your virtual travel agent that sits in the browser. We help you unlock deals to save big on your next vacation!
ファイルサイズ 1.2 MB
インストール数 250,516
現在のバージョン 2.9.5
最終更新日 2024-02-14
公開日 2022-06-28
評価 3.55/5 合計 95 レビュー
開発者 https://travelarrow.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://travelarrow.io
ヘルプページのURL https://travelarrow.io/report
プライバシーポリシーページのURL https://travelarrow.io/privacy
対応言語 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"
}