TUTU - Flight Price Checker BETA

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

Cos'è TUTU - Flight Price Checker BETA?

TUTU - Flight Price Checker BETA è un'estensione di Chrome sviluppata da tutuspeak, e la sua funzione principale è "TUTU is your personal flight ticket price checker for comparing costs between WizzAir and RyanAir.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TUTU - Flight Price Checker BETA

Scarica i file di estensione TUTU - Flight Price Checker BETA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        🚀  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!                    

Informazioni di Base sull'Estensione

Nome TUTU - Flight Price Checker BETA TUTU - Flight Price Checker BETA
ID pmldacebfainbgeaddmaigknfkdeahan
URL Ufficiale https://chromewebstore.google.com/detail/tutu-flight-price-checker/pmldacebfainbgeaddmaigknfkdeahan
Descrizione TUTU is your personal flight ticket price checker for comparing costs between WizzAir and RyanAir.
Dimensione del File 312 KB
Conteggio Installazioni 66
Versione Corrente 0.0.1
Ultimo Aggiornamento 2023-06-11
Data di Pubblicazione 2023-06-11
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore tutuspeak
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}