MakeMyTrip Browser Buddy
MakeMyTrip's Official browser extension. Get the best deals on Flights, Hotels and Holidays!
MakeMyTrip Browser Buddyคืออะไร?
MakeMyTrip Browser Buddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.makemytrip.com และคุณลักษณะหลักของมันคือ "MakeMyTrip's Official browser extension. Get the best deals on Flights, Hotels and Holidays!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MakeMyTrip Browser Buddy
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |