Compare prices on Amazon
Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it
What is Compare prices on Amazon?
Compare prices on Amazon is a Chrome extension developed by javiacker, and its main feature is "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it".
Extension Screenshots
Download Compare prices on Amazon Extension CRX File
Download Compare prices on Amazon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it
Extension Basic Information
Name | Compare prices on Amazon |
ID | klahfmbhkegkhbcagopekafimjlccfmi |
Official URL | https://chromewebstore.google.com/detail/compare-prices-on-amazon/klahfmbhkegkhbcagopekafimjlccfmi |
Description | Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it |
File Size | 84.8 KB |
Installation Count | 206 |
Current Version | 1.0 |
Last Updated | 2014-01-07 |
Publish Date | 2014-01-07 |
Rating | 3.00/5 Total 2 Ratings |
Developer | javiacker |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Compare prices on Amazon", "version": "1.0", "description": "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it", "background": { "scripts": [ "background.js", "jquery.min.js" ] }, "page_action": { "default_icon": "icon-128.png", "default_title": "Compare prices in Amazon!", "default_popup": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/jquery.com\/*" ], "js": [ "jquery.min.js" ] } ], "permissions": [ "tabs", "https:\/\/secure.flickr.com\/", "http:\/\/secure-ridge-4170.herokuapp.com\/", "http:\/\/www.amazon.es\/" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |