Your Next Trip, cheap flights in your new tab

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

Was ist Your Next Trip, cheap flights in your new tab?

Your Next Trip, cheap flights in your new tab ist eine Chrome-Erweiterung, die von https://lesvoyagesdemma.fr entwickelt wurde, und ihr Hauptmerkmal ist "Get the cheapest flight to a random destination when you open a new tab.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Your Next Trip, cheap flights in your new tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Your Next Trip, cheap flights in your new tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Your Next Trip, cheap flights in your new tab Your Next Trip, cheap flights in your new tab
ID jlmfmjdfdcnaidfdkmipdeaonadjfmmp
Offizielle URL https://chromewebstore.google.com/detail/your-next-trip-cheap-flig/jlmfmjdfdcnaidfdkmipdeaonadjfmmp
Beschreibung Get the cheapest flight to a random destination when you open a new tab.
Dateigröße 272 KB
Installationsanzahl 24
Aktuelle Version 1.1.12
Letztes Update 2020-08-21
Veröffentlichungsdatum 2020-07-11
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://lesvoyagesdemma.fr
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.lesvoyagesdemma.fr
Hilfeseite URL https://www.lesvoyagesdemma.fr/faq
URL der Datenschutzrichtlinien-Seite http://lesvoyagesdemma.fr/cgu
Unterstützte Sprachen 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
}