Sellez - Price Comparer
Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.
Qu'est-ce que Sellez - Price Comparer ?
Sellez - Price Comparer est une extension Chrome développée par https://sellez.cn, et sa fonction principale est "Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sellez - Price Comparer
Téléchargez les fichiers d'extension Sellez - Price Comparer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | fldclnhcciidkklddkobieldhcabnbbl |
URL Officiel | 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. |
Taille du Fichier | 7.24 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2019-08-21 |
Date de Publication | 2019-08-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://sellez.cn |
Type de Paiement | free |
Site Web de l'Extension | http://sellez.ai |
URL de la Page d'Aide | http://sellez.ai |
Langues Prises en Charge | 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" ] } |