MakeMyTrip Browser Buddy

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

Cos'è MakeMyTrip Browser Buddy?

MakeMyTrip Browser Buddy è un'estensione di Chrome sviluppata da https://www.makemytrip.com, e la sua funzione principale è "MakeMyTrip's Official browser extension. Get the best deals on Flights, Hotels and Holidays!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MakeMyTrip Browser Buddy

Scarica i file di estensione MakeMyTrip Browser Buddy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MakeMyTrip Browser Buddy MakeMyTrip Browser Buddy
ID pdjjgnboklieehakojcjmhgohjkojdbh
URL Ufficiale https://chrome.google.com/webstore/detail/makemytrip-browser-buddy/pdjjgnboklieehakojcjmhgohjkojdbh
Descrizione MakeMyTrip's Official browser extension. Get the best deals on Flights, Hotels and Holidays!
Dimensione del File 263 KB
Conteggio Installazioni 17,139
Versione Corrente 2.9.18
Ultimo Aggiornamento 2020-03-02
Data di Pubblicazione 2020-03-01
Valutazione 4.32/5 Totale 22 Valutazioni
Sviluppatore https://www.makemytrip.com
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.makemytrip.com/hotels/chrome-privacy-policy.htm
Lingue Supportate 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'"
}