Smart Price Monitor
Amazon, Ebay, Booking.com etc... Monitors the prices of your favorite products or services for any change and notifies you.
¿Qué es Smart Price Monitor?
Smart Price Monitor es una extensión de Chrome desarrollada por http://smartpricemonitor.com, y su función principal es "Amazon, Ebay, Booking.com etc... Monitors the prices of your favorite products or services for any change and notifies you.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Smart Price Monitor
Descarga archivos de extensión Smart Price Monitor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | epedkmejmajcbhpkhpmiickopfimjani |
URL Oficial | https://chrome.google.com/webstore/detail/smart-price-monitor/epedkmejmajcbhpkhpmiickopfimjani |
Descripción | Amazon, Ebay, Booking.com etc... Monitors the prices of your favorite products or services for any change and notifies you. |
Tamaño del Archivo | 338 KB |
Cantidad de Instalaciones | 10,974 |
Versión Actual | 1.0.51 |
Última Actualización | 2020-01-27 |
Fecha de Publicación | 2020-01-26 |
Calificación | 4.43/5 Total de 131 Calificaciones |
Desarrollador | http://smartpricemonitor.com |
Sitio Web de la Extensión | http://www.smartpricemonitor.com |
Idiomas Soportados | 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'" } |