Your Next Trip, cheap flights in your new tab

Get the cheapest flight to a random destination when you open a new tab.

Cos'è Your Next Trip, cheap flights in your new tab?

Your Next Trip, cheap flights in your new tab è un'estensione di Chrome sviluppata da https://lesvoyagesdemma.fr, e la sua funzione principale è "Get the cheapest flight to a random destination when you open a new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Your Next Trip, cheap flights in your new tab

Scarica i file di estensione Your Next Trip, cheap flights in your new tab 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

                        Every time you open a new tab, the extension shows you a cheap flight idea from the nearest airport.

Destinations are worldwide and dates are random. Flight prices range from 20€ (return trip) to 500€ if you plan on going far away.

If a flight suits you, you just have to click on the "Book Now" button and you'll be redirected to Skyscanner.

The extension is in both French and English depending on your browser language.

Notice: Prices were parsed in the last 24h, which means the actual price may vary a bit when you click on "BOOK NOW". Usually, the difference is small anyway.                    

Informazioni di Base sull'Estensione

Nome Your Next Trip, cheap flights in your new tab Your Next Trip, cheap flights in your new tab
ID jlmfmjdfdcnaidfdkmipdeaonadjfmmp
URL Ufficiale https://chromewebstore.google.com/detail/your-next-trip-cheap-flig/jlmfmjdfdcnaidfdkmipdeaonadjfmmp
Descrizione Get the cheapest flight to a random destination when you open a new tab.
Dimensione del File 272 KB
Conteggio Installazioni 24
Versione Corrente 1.1.12
Ultimo Aggiornamento 2020-08-21
Data di Pubblicazione 2020-07-11
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://lesvoyagesdemma.fr
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.lesvoyagesdemma.fr
URL della Pagina di Aiuto https://www.lesvoyagesdemma.fr/faq
URL della Pagina della Politica sulla Privacy http://lesvoyagesdemma.fr/cgu
Lingue Supportate en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1.12",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_appBrowser__"
    },
    "icons": {
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "backgroundApi.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "newtab.css"
    ],
    "permissions": [
        "geolocation",
        "storage"
    ],
    "manifest_version": 2
}