Sellez - Price Comparer
Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.
Vad är Sellez - Price Comparer?
Sellez - Price Comparer är en Chrome-tillägg utvecklad av https://sellez.cn, och dess huvudfunktion är "Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.".
Tilläggsskärmbilder
Ladda ner Sellez - Price Comparer-förlängningens CRX-fil
Ladda ner Sellez - Price Comparer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | fldclnhcciidkklddkobieldhcabnbbl |
Officiell webbadress | https://chromewebstore.google.com/detail/sellez-price-comparer/fldclnhcciidkklddkobieldhcabnbbl |
Beskrivning | Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click. |
Filstorlek | 7.24 KB |
Antal Installationer | 34 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2019-08-21 |
Publiceringsdatum | 2019-08-21 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://sellez.cn |
Betalningssätt | free |
Tilläggswebbplats | http://sellez.ai |
Hjälpsida URL | http://sellez.ai |
Stödda Språk | 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" ] } |