Your Next Trip, cheap flights in your new tab

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

Τι είναι το Your Next Trip, cheap flights in your new tab;

Το Your Next Trip, cheap flights in your new tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lesvoyagesdemma.fr, και η κύρια λειτουργία του είναι "Get the cheapest flight to a random destination when you open a new tab.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Your Next Trip, cheap flights in your new tab

Λήψη αρχείων επέκτασης Your Next Trip, cheap flights in your new tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Your Next Trip, cheap flights in your new tab Your Next Trip, cheap flights in your new tab
ID jlmfmjdfdcnaidfdkmipdeaonadjfmmp
Επίσημο URL https://chromewebstore.google.com/detail/your-next-trip-cheap-flig/jlmfmjdfdcnaidfdkmipdeaonadjfmmp
Περιγραφή Get the cheapest flight to a random destination when you open a new tab.
Μέγεθος Αρχείου 272 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 1.1.12
Τελευταία Ενημέρωση 2020-08-21
Ημερομηνία Δημοσίευσης 2020-07-11
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://lesvoyagesdemma.fr
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.lesvoyagesdemma.fr
Διεύθυνση URL της Σελίδας Βοήθειας https://www.lesvoyagesdemma.fr/faq
URL της Σελίδας Πολιτικής Απορρήτου http://lesvoyagesdemma.fr/cgu
Υποστηριζόμενες Γλώσσες 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
}