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": [] } |