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開發的Chrome擴展程式,該擴展的主要功能是“Amazon, Ebay, Booking.com etc... Monitors the prices of your favorite products or services for any change and notifies you.”。
擴展截圖
下載Smart Price Monitor擴展crx文件
下載Smart Price Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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'" } |