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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |