Sellez - Price Comparer
Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.
Apa itu Sellez - Price Comparer?
Sellez - Price Comparer adalah ekstensi Chrome yang dikembangkan oleh https://sellez.cn, dan fitur utamanya adalah "Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sellez - Price Comparer
Unduh file ekstensi Sellez - Price Comparer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | fldclnhcciidkklddkobieldhcabnbbl |
URL Resmi | https://chromewebstore.google.com/detail/sellez-price-comparer/fldclnhcciidkklddkobieldhcabnbbl |
Deskripsi | Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click. |
Ukuran File | 7.24 KB |
Jumlah Instalasi | 34 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2019-08-21 |
Tanggal Publikasi | 2019-08-21 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://sellez.cn |
Tipe Pembayaran | free |
Situs Ekstensi | http://sellez.ai |
URL Halaman Bantuan | http://sellez.ai |
Bahasa yang Didukung | 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" ] } |