Sellez - Price Comparer
Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.
Co to jest Sellez - Price Comparer?
Sellez - Price Comparer to rozszerzenie Chrome opracowane przez https://sellez.cn, a jego główną funkcją jest „Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sellez - Price Comparer
Pobierz pliki rozszerzeń Sellez - Price Comparer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fldclnhcciidkklddkobieldhcabnbbl |
Oficjalny URL | https://chromewebstore.google.com/detail/sellez-price-comparer/fldclnhcciidkklddkobieldhcabnbbl |
Opis | Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click. |
Rozmiar pliku | 7.24 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2019-08-21 |
Data Publikacji | 2019-08-21 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://sellez.cn |
Typ Płatności | free |
Strona Rozszerzenia | http://sellez.ai |
Adres URL Strony Pomocy | http://sellez.ai |
Obsługiwane Języki | 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" ] } |