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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We compare cheap flights from the best travel agencies."।

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

screenshot
screenshot
screenshot

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

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