TUTU - Flight Price Checker BETA

TUTU is your personal flight ticket price checker for comparing costs between WizzAir and RyanAir.

TUTU - Flight Price Checker BETAとは何ですか?

TUTU - Flight Price Checker BETAはtutuspeakによって開発されたChromeの拡張機能で、その主な機能は「TUTU is your personal flight ticket price checker for comparing costs between WizzAir and RyanAir.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

TUTU - Flight Price Checker BETA拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        🚀  THIS EXTENSION IS FOR BETA TESTING

Welcome to the beta version of TUTU, your personal flight fare companion. This version primarily supports WizzAir and RyanAir. However, as we continue to improve and expand, new airlines will be added. If you encounter any bugs in this beta phase, kindly report them to [email protected]. Your feedback is invaluable to us.

🔍 REAL-TIME PRICE COMPARISON

TUTU stands out from Google Flights, Skyscanner, and other ticket flight tools by providing real-time ticket checks. It actively monitors and compares ticket prices from WizzAir and RyanAir, ensuring you get the most current airfare rates.

💡 USER-FRIENDLY INTERFACE

TUTU boasts an intuitive design, ensuring you can navigate with ease. This user-friendly interface allows for a seamless flight search process, bringing all the information you need to your fingertips.

🔔 EFFICIENT FARE TRACKING

Leave the hard work to TUTU. It tracks fare fluctuations diligently, making sure you never miss out on potential savings. Enjoy real-time alerts and stretch your travel budget further.

✈️ STREAMLINED BOOKING

By comparing prices between WizzAir and RyanAir, TUTU facilitates informed decision-making, streamlining your flight booking process. Enjoy a hassle-free experience with the best travel options at your fingertips.

🌐 ONE-STOP SOLUTION

TUTU eliminates the need to jump between multiple sites. All the necessary flight fare information is aggregated in one place, making TUTU your go-to tool for efficient travel planning.

⭐ WHY INSTALL TUTU?

TUTU is designed to save you time by negating the need to scour WizzAir and RyanAir websites individually for the best flight prices. It provides a comprehensive view of airfares between these airlines, leading you directly to the most affordable and convenient options.

📝 FEEDBACK AND FEATURE REQUESTS

As TUTU continues to evolve, your feedback is essential. Bug reports can be sent to [email protected]. For feature requests or to suggest adding a new airline company, please rate us 5 stars in the Google extension reviews and leave your request in the review.

🏁 JOIN THE TUTU COMMUNITY

Install TUTU today for a simplified, streamlined, and stress-free flight booking experience. Join our community of beta testers and contribute to shaping the future of flight fare comparison. With TUTU, every journey begins with a smart choice. Welcome aboard!                    

拡張機能の基本情報

名前 TUTU - Flight Price Checker BETA TUTU - Flight Price Checker BETA
ID pmldacebfainbgeaddmaigknfkdeahan
公式URL https://chromewebstore.google.com/detail/tutu-flight-price-checker/pmldacebfainbgeaddmaigknfkdeahan
説明 TUTU is your personal flight ticket price checker for comparing costs between WizzAir and RyanAir.
ファイルサイズ 312 KB
インストール数 66
現在のバージョン 0.0.1
最終更新日 2023-06-11
公開日 2023-06-11
評価 5.00/5 合計 13 レビュー
開発者 tutuspeak
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.1",
    "author": "Max Rusakovi\u010d",
    "name": "TUTU - Flight Price Checker BETA",
    "description": "TUTU is your personal flight ticket price checker for comparing costs between WizzAir and RyanAir.",
    "background": {
        "service_worker": "background.93e42914.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "management"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wizzair.com\/*",
                "https:\/\/www.ryanair.com\/*",
                "https:\/\/ryanair.com\/*"
            ],
            "js": [
                "content.883ade9e.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/wizzair.com\/*",
        "https:\/\/ryanair.com\/*"
    ]
}