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文件

下載Cheap Flight Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}