CheaperThere | Cheap Flight & Hotel Deals

We compare cheap flights from the best travel agencies.

CheaperThere | Cheap Flight & Hotel Deals란 무엇입니까?

CheaperThere | Cheap Flight & Hotel Deals은(는) https://cheaperthere.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We compare cheap flights from the best travel agencies."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CheaperThere | Cheap Flight & Hotel Deals 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        We compare cheap flights & hotels from the best travel agencies.
Search on your favorite online travel agency (Skyscanner, Expedia, Opodo, eDreams, Booking.com and many more!) for a flight or hotel and when you’re sure about the itinerary you’ve picked, we’ll do our magic and search for a better deal for the same flight or hotel.

A quick how-to:
- Click on Add to Chrome on top right
- Go to your favorite online travel agency (Skyscanner, Expedia, Opodo, eDreams, Booking.com etc.)
- Search and pick your flight or hotel (only Booking.com for now) by heading to the checkout page
- CheaperThere will try to find a cheaper deal for the exact flight or hotel you’ve picked

We’d love to receive your feedback and use them to make CheaperThere even more useful for your travel planning: [email protected].                    

확장 프로그램 기본 정보

이름 CheaperThere | Cheap Flight & Hotel Deals CheaperThere | Cheap Flight & Hotel Deals
ID ickdpignpmjcahkjfbmfljhiglmcmchn
공식 URL https://chromewebstore.google.com/detail/cheaperthere-cheap-flight/ickdpignpmjcahkjfbmfljhiglmcmchn
설명 We compare cheap flights from the best travel agencies.
파일 크기 4.39 MB
설치 횟수 30,695
현재 버전 4.2.2
최근 업데이트 2023-12-12
출시 날짜 2020-06-29
평점 4.25/5 총 36 개의 평점
개발자 https://cheaperthere.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cheaperthere.com/
도움말 페이지 URL https://cheaperthere.com/contact
개인정보 보호 정책 페이지 URL https://www.iubenda.com/privacy-policy/71810463
지원되는 언어 de,en,fr,tr,es,it,pt-BR,pt-PT,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "4.2.2",
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "https:\/\/www.google-analytics.com\/*",
        "storage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup-not-compatible.html",
        "default_icon": {
            "16": "img\/icon-disabled16.png",
            "24": "img\/icon-disabled24.png",
            "32": "img\/icon-disabled32.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "main.js"
            ],
            "css": [
                "fonts\/heebo.css"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "interceptor.js",
        "img\/*",
        "fonts\/*"
    ]
}