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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |