Lowest Price & Price Alerts
Never pay more! There is always a lower price
Was ist Lowest Price & Price Alerts?
Lowest Price & Price Alerts ist eine Chrome-Erweiterung, die von http://low.estprice.com entwickelt wurde, und ihr Hauptmerkmal ist "Never pay more! There is always a lower price".
Erweiterungsscreenshots
Lowest Price & Price Alerts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lowest Price & Price Alerts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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,
Grundlegende Informationen zur Erweiterung
Name | |
ID | khildfocokbghekbdloflhlepljockdi |
Offizielle URL | https://chrome.google.com/webstore/detail/lowest-price-price-alerts/khildfocokbghekbdloflhlepljockdi |
Beschreibung | Never pay more! There is always a lower price |
Dateigröße | 213 KB |
Installationsanzahl | 30 |
Aktuelle Version | 0.3 |
Letztes Update | 2016-11-03 |
Veröffentlichungsdatum | 2016-11-03 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://low.estprice.com |
Zahlungsart | free |
Unterstützte Sprachen | 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": [] } |