MakeMyTrip Browser Buddy

MakeMyTrip's Official browser extension. Get the best deals on Flights, Hotels and Holidays!

Qu'est-ce que MakeMyTrip Browser Buddy ?

MakeMyTrip Browser Buddy est une extension Chrome développée par https://www.makemytrip.com, et sa fonction principale est "MakeMyTrip's Official browser extension. Get the best deals on Flights, Hotels and Holidays!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MakeMyTrip Browser Buddy

Téléchargez les fichiers d'extension MakeMyTrip Browser Buddy 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

                        Our extension shows the latest offers available on flights, hotels and holiday bookings.
Why should you be using the MakeMyTrip Browser Buddy? Here's why:

* Top Offers: Access a hand-picked list of best Coupons and Offers in extension. 
* FEATURED in Chrome Webstore and always FREE
* Provides latest Offers and Deals 
* Users can click on the MMT button to gain quick access to the MMT services and offers showcased

MMT Browser Buddy button works like a small website and showcases links of all our different services. The user can click and browse these services and deals right on our website. 

By installing, you are agree with the Terms of Use located at https://www.makemytrip.com/hotels/chrome-privacy-policy.htm                    

Informations de Base sur l'Extension

Nom MakeMyTrip Browser Buddy MakeMyTrip Browser Buddy
ID pdjjgnboklieehakojcjmhgohjkojdbh
URL Officiel https://chrome.google.com/webstore/detail/makemytrip-browser-buddy/pdjjgnboklieehakojcjmhgohjkojdbh
Description MakeMyTrip's Official browser extension. Get the best deals on Flights, Hotels and Holidays!
Taille du Fichier 263 KB
Nombre d'Installations 17,139
Version Actuelle 2.9.18
Dernière Mise à Jour 2020-03-02
Date de Publication 2020-03-01
Évaluation 4.32/5 Total 22 Évaluations
Développeur https://www.makemytrip.com
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.makemytrip.com/hotels/chrome-privacy-policy.htm
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MakeMyTrip Browser Buddy",
    "short_name": "MakeMyTrip",
    "description": "MakeMyTrip's Official browser extension. Get the best deals on Flights, Hotels and Holidays!",
    "version": "2.9.18",
    "web_accessible_resources": [
        "images\/mapPopup.png",
        "images\/bg.png",
        "images\/Grey.png",
        "images\/white.png",
        "images\/16.png",
        "images\/ribbon.png",
        "data\/googleSearchQueries.json"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/16.png",
        "default_popup": "src\/index.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "src\/min_assets\/js\/jquery-3.3.1.min.js",
            "src\/assets\/js\/Utilities.js",
            "src\/assets\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "src\/min_assets\/js\/jquery-3.3.1.min.js",
                "src\/assets\/js\/Utilities.js",
                "src\/assets\/js\/localStorageUtility.js",
                "src\/min_assets\/js\/contentscript.js"
            ],
            "css": [
                "src\/assets\/css\/contentscript.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}