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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We help you save time and money by finding cheaper prices for flights you're searching for online."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Cheap Flight Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
            ]
        }
    ]
}