Smart Price Monitor
Amazon, Ebay, Booking.com etc... Monitors the prices of your favorite products or services for any change and notifies you.
Smart Price Monitor क्या है?
Smart Price Monitor http://smartpricemonitor.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Amazon, Ebay, Booking.com etc... Monitors the prices of your favorite products or services for any change and notifies you."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smart Price Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Thanks for 8000+ users! Monitor the price from any website. 1) Browse to find the product you want to monitor 2) Open the extension and click on "monitor Price" 3) Select the price from the screen And you are done! It works with all the major website like Amazon, eBay, Booking.com etc... Try and let me know if you have any suggestion. Soon it will be available an IOs and Android app to extend the functionality of this application.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | epedkmejmajcbhpkhpmiickopfimjani |
आधिकारिक URL | https://chrome.google.com/webstore/detail/smart-price-monitor/epedkmejmajcbhpkhpmiickopfimjani |
विवरण | Amazon, Ebay, Booking.com etc... Monitors the prices of your favorite products or services for any change and notifies you. |
फ़ाइल का आकार | 338 KB |
स्थापना संख्या | 10,974 |
वर्तमान संस्करण | 1.0.51 |
अंतिम अपडेट | 2020-01-27 |
प्रकाशन तिथि | 2020-01-26 |
रेटिंग | 4.43/5 कुल 131 रेटिंग्स |
डेवलपर | http://smartpricemonitor.com |
एक्सटेंशन वेबसाइट | http://www.smartpricemonitor.com |
समर्थित भाषाएँ | de,en,fr,tr,es,it,pt-BR,ru,uk,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.0.51", "manifest_version": 2, "description": "__MSG_description__", "default_locale": "en", "icons": { "128": "img\/extension_icon.png", "48": "img\/extension_icon.png", "32": "img\/extension_icon.png", "16": "img\/browser_icon.png" }, "background": { "persistent": true, "page": "background.htm" }, "options_page": "options.htm", "browser_action": { "default_icon": "img\/browser_icon.png", "default_title": "__MSG_name__", "default_popup": "popup.htm" }, "permissions": [ "tabs", "*:\/\/*\/", "chrome:\/\/favicon\/", "unlimitedStorage", "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |