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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the cheapest flight to a random destination when you open a new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Your Next Trip, cheap flights in your new tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}