MakeMyTrip Browser Buddy
MakeMyTrip's Official browser extension. Get the best deals on Flights, Hotels and Holidays!
MakeMyTrip Browser Buddyとは何ですか?
MakeMyTrip Browser Buddyはhttps://www.makemytrip.comによって開発されたChromeの拡張機能で、その主な機能は「MakeMyTrip's Official browser extension. Get the best deals on Flights, Hotels and Holidays!」です。
拡張機能のスクリーンショット
MakeMyTrip Browser Buddy拡張機能のCRXファイルをダウンロード
MakeMyTrip Browser Buddy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | pdjjgnboklieehakojcjmhgohjkojdbh |
公式URL | https://chrome.google.com/webstore/detail/makemytrip-browser-buddy/pdjjgnboklieehakojcjmhgohjkojdbh |
説明 | MakeMyTrip's Official browser extension. Get the best deals on Flights, Hotels and Holidays! |
ファイルサイズ | 263 KB |
インストール数 | 17,139 |
現在のバージョン | 2.9.18 |
最終更新日 | 2020-03-02 |
公開日 | 2020-03-01 |
評価 | 4.32/5 合計 22 レビュー |
開発者 | https://www.makemytrip.com |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.makemytrip.com/hotels/chrome-privacy-policy.htm |
対応言語 | 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": [ " |