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 https://lesvoyagesdemma.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the cheapest flight to a random destination when you open a new tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Your Next Trip, cheap flights in your new tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}