Lowest Price & Price Alerts
Never pay more! There is always a lower price
什么是Lowest Price & Price Alerts?
Lowest Price & Price Alerts是由http://low.estprice.com开发的Chrome扩展程序,该扩展的主要功能是“Never pay more! There is always a lower price”。
扩展截图
下载Lowest Price & Price Alerts扩展crx文件
下载Lowest Price & Price Alerts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Price Comparison Tool for computer & computer parts. We track 13 leading online computer & computer parts retailers for around 40,000+ skus. You can easily find the lowest price among 13 different retailers or if you have a target price than the current offer, you can create custom price alerts and we do the price drop checks on behalf of you. How does it work? Simply install the extension. When you browse a product in a any web site, if our retailers carry the same product you will be notified by our small icon, and when you click on the icon you will see all the competitors prices. You can click on the prices and go directly to the vendor's official web site. Features: -- Offers fast and easy price comparisons, -- Highlights the lowest price available, -- Offers to create custom price alerts,
扩展基本信息
名称 | |
ID | khildfocokbghekbdloflhlepljockdi |
官方URL | https://chrome.google.com/webstore/detail/lowest-price-price-alerts/khildfocokbghekbdloflhlepljockdi |
简介 | Never pay more! There is always a lower price |
文件大小 | 213 KB |
安装次数 | 30 |
当前版本 | 0.3 |
更新时间 | 2016-11-03 |
上架时间 | 2016-11-03 |
评分 | 1.00/5 共1次评分 |
开发者 | http://low.estprice.com |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/b.js" ], "persistent": true }, "browser_action": { "default_icon": "image\/19.png", "default_title": "Lowest Price & Price Alerts", "default_popup": "index.html" }, "icons": { "128": "image\/128.png", "48": "image\/48.png" }, "version": "0.3", "manifest_version": 2, "description": "Never pay more! There is always a lower price", "name": "Lowest Price & Price Alerts", "permissions": [ "tabs", "notifications" ], "web_accessible_resources": [] } |