Booking.com price tracker
Track price history on Booking.com, save money for you
Booking.com price tracker क्या है?
Booking.com price tracker aliprice2 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track price history on Booking.com, save money for you"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Booking.com price tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Booking.com Price Tracker is an extension for Booking.com. With it you can check price history of hotels. Booking is a trademark of Booking.com, Inc. This extension was not created or endorsed by Booking.com, Inc If you have any questions or suggestions, please feel free to contact us: https://www.aliprice.com/information/index?page=contact By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to Booking affiliate program links. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use
एक्सटेंशन की मूल जानकारी
नाम | Booking.com price tracker |
ID | kddajedgmmccjldkcbafjlmcpcgkaodp |
आधिकारिक URL | https://chromewebstore.google.com/detail/bookingcom-price-tracker/kddajedgmmccjldkcbafjlmcpcgkaodp |
विवरण | Track price history on Booking.com, save money for you |
फ़ाइल का आकार | 2.49 MB |
स्थापना संख्या | 5,666 |
वर्तमान संस्करण | 3.0.2 |
अंतिम अपडेट | 2023-10-10 |
प्रकाशन तिथि | 2019-12-06 |
रेटिंग | 4.51/5 कुल 59 रेटिंग्स |
डेवलपर | aliprice2 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.aliprice.com/ |
सहायता पृष्ठ URL | https://www.aliprice.com/information/index?page=contact |
गोपनीयता नीति पृष्ठ URL | https://www.aliprice.com/information/index/page/privacy |
समर्थित भाषाएँ | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "name": "__MSG_EXTENSION_NAME__", "short_name": "__MSG_EXTENSION_NAME__", "description": "__MSG_EXTENSION_DESCRIPTION__", "version": "3.0.2", "manifest_version": 3, "default_locale": "en", "homepage_url": "https:\/\/www.aliprice.com?ext_id=10467&channel=chrome&platform=booking&version=3.0.2&browser=chrome&mv=3", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "assets\/js\/background.js" }, "content_scripts": [ { "js": [ "assets\/js\/chunk-common.js", "assets\/js\/chunk-vendors.js", "assets\/js\/content-script.js" ], "css": [ "assets\/css\/chunk-common.css", "assets\/css\/content-script.css" ], "matches": [ "*:\/\/*.booking.com\/*" ] } ], "options_ui": { "open_in_tab": true, "page": "options.html" }, "action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" } }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.aliprice.com\/*", "*:\/\/*.booking.com\/*", "*:\/\/ssl.google-analytics.com\/*" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.booking.com\/*" ], "resources": [ "assets\/*" ] } ] } |