Cheap Flight Finder

We help you save time and money by finding cheaper prices for flights you're searching for online.

Cheap Flight Finder란 무엇입니까?

Cheap Flight Finder은(는) https://www.trip.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We help you save time and money by finding cheaper prices for flights you're searching for online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Cheap Flight Finder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When you add this free extension to your browser, you'll be notified about cheaper prices available for the flight you're searching for.

The extension compares hundreds of flight booking websites to find you the best deal. It's easy to use and can save you money! 

Why choose us?

Save time and money
Completely free
User-friendly

By installing this extension, you agree to our Terms of Use and Privacy Policy:

Terms of Use: https://pages.trip.com/browser-extension/terms-of-use-en-xx.html

Privacy Policy: https://pages.trip.com/browser-extension/privacy-statement-en-xx.html                    

확장 프로그램 기본 정보

이름 Cheap Flight Finder Cheap Flight Finder
ID papdhfmmdhepoeeimnkdhnadpmemeamk
공식 URL https://chromewebstore.google.com/detail/cheap-flight-finder/papdhfmmdhepoeeimnkdhnadpmemeamk
설명 We help you save time and money by finding cheaper prices for flights you're searching for online.
파일 크기 1.86 MB
설치 횟수 57,123
현재 버전 1.6.8
최근 업데이트 2024-01-11
출시 날짜 2020-06-03
평점 4.78/5 총 18 개의 평점
개발자 https://www.trip.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.trip.com
도움말 페이지 URL https://www.trip.com/pages/support
개인정보 보호 정책 페이지 URL https://pages.trip.com/browser-extension/privacy-statement-en-xx.html
지원되는 언어 id,ms,de,en,en-US,fr,nl,vi,tr,da,es,it,pl,pt-BR,pt-PT,fi,sv,el,ru,uk,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.6.8",
    "description": "__MSG_pluginDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "cookies",
        "webRequest",
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/minisite.html",
        "default_icon": {
            "16": "static\/images\/icon_new.png",
            "48": "static\/images\/icon_new.png",
            "128": "static\/images\/icon_new.png"
        }
    },
    "icons": {
        "16": "static\/images\/icon_new.png",
        "48": "static\/images\/icon_new.png",
        "128": "static\/images\/icon_new.png"
    },
    "homepage_url": "https:\/\/www.trip.com\/",
    "web_accessible_resources": [
        {
            "resources": [
                "content\/interceptor.js",
                "static\/images\/*",
                "favicon.ico"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "static\/js\/ubt.js",
                "content\/index.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}