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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🚀  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
이메일 [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\/*"
    ]
}