Sellez - Price Comparer
Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.
What is Sellez - Price Comparer?
Sellez - Price Comparer is a Chrome extension developed by https://sellez.cn, and its main feature is "Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.".
Extension Screenshots
Download Sellez - Price Comparer Extension CRX File
Download Sellez - Price Comparer 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
Discover and compare Product Price with Amazon, eBay, Aliexpress, Wish by just one click on the extension. support mulitple product page, like Amazon, eBay, Aliexpress, Wish it also support supplier lookup, if you need drop ship as seller. visit our website for more details: http://sellez.ai
Extension Basic Information
Name | |
ID | fldclnhcciidkklddkobieldhcabnbbl |
Official URL | https://chromewebstore.google.com/detail/sellez-price-comparer/fldclnhcciidkklddkobieldhcabnbbl |
Description | Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click. |
File Size | 7.24 KB |
Installation Count | 34 |
Current Version | 1.0.4 |
Last Updated | 2019-08-21 |
Publish Date | 2019-08-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://sellez.cn |
Payment Type | free |
Extension Website | http://sellez.ai |
Help Page URL | http://sellez.ai |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sellez - Price Comparer", "version": "1.0.4", "description": "Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.", "icons": { "16": "favicon.ico", "48": "favicon.ico", "128": "favicon.ico" }, "browser_action": { "default_title": "Sellez - Amazon, eBay, Aliexpress price compare", "default_icon": "favicon.ico", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "http:\/\/sellez.cn\/", "tabs" ] } |