Cheap Flight Finder

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

Qu'est-ce que Cheap Flight Finder ?

Cheap Flight Finder est une extension Chrome développée par https://www.trip.com, et sa fonction principale est "We help you save time and money by finding cheaper prices for flights you're searching for online.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cheap Flight Finder

Téléchargez les fichiers d'extension Cheap Flight Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Cheap Flight Finder Cheap Flight Finder
ID papdhfmmdhepoeeimnkdhnadpmemeamk
URL Officiel https://chromewebstore.google.com/detail/cheap-flight-finder/papdhfmmdhepoeeimnkdhnadpmemeamk
Description We help you save time and money by finding cheaper prices for flights you're searching for online.
Taille du Fichier 1.86 MB
Nombre d'Installations 57,123
Version Actuelle 1.6.8
Dernière Mise à Jour 2024-01-11
Date de Publication 2020-06-03
Évaluation 4.78/5 Total 18 Évaluations
Développeur https://www.trip.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.trip.com
URL de la Page d'Aide https://www.trip.com/pages/support
URL de la Page de Politique de Confidentialité https://pages.trip.com/browser-extension/privacy-statement-en-xx.html
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}