Sellez - Price Comparer
Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.
Was ist Sellez - Price Comparer?
Sellez - Price Comparer ist eine Chrome-Erweiterung, die von https://sellez.cn entwickelt wurde, und ihr Hauptmerkmal ist "Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.".
Erweiterungsscreenshots
Sellez - Price Comparer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sellez - Price Comparer-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
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | fldclnhcciidkklddkobieldhcabnbbl |
Offizielle URL | https://chromewebstore.google.com/detail/sellez-price-comparer/fldclnhcciidkklddkobieldhcabnbbl |
Beschreibung | Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click. |
Dateigröße | 7.24 KB |
Installationsanzahl | 34 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2019-08-21 |
Veröffentlichungsdatum | 2019-08-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://sellez.cn |
Zahlungsart | free |
Erweiterungswebsite | http://sellez.ai |
Hilfeseite URL | http://sellez.ai |
Unterstützte Sprachen | 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" ] } |