Sellez - Price Comparer
Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.
Wat is Sellez - Price Comparer?
Sellez - Price Comparer is een Chrome-extensie ontwikkeld door https://sellez.cn, en de belangrijkste functie is "Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Sellez - Price Comparer
Download Sellez - Price Comparer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | fldclnhcciidkklddkobieldhcabnbbl |
Officiële URL | https://chromewebstore.google.com/detail/sellez-price-comparer/fldclnhcciidkklddkobieldhcabnbbl |
Beschrijving | Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click. |
Bestandsgrootte | 7.24 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2019-08-21 |
Publicatiedatum | 2019-08-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://sellez.cn |
Betalingswijze | free |
Extensiewebsite | http://sellez.ai |
Help Pagina-URL | http://sellez.ai |
Ondersteunde Talen | 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" ] } |