Sellez - Price Comparer
Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.
ما هو Sellez - Price Comparer؟
Sellez - Price Comparer هو إضافة Chrome تم تطويرها بواسطة https://sellez.cn، والميزة الرئيسية لها هي "Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sellez - Price Comparer
قم بتنزيل ملفات الامتداد Sellez - Price Comparer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | fldclnhcciidkklddkobieldhcabnbbl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sellez-price-comparer/fldclnhcciidkklddkobieldhcabnbbl |
الوصف | Discover and Compare Product Price with Amazon price, eBay price, Aliexpress price and Wish price by just one click. |
حجم الملف | 7.24 KB |
عدد التثبيتات | 34 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2019-08-21 |
تاريخ النشر | 2019-08-21 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://sellez.cn |
نوع الدفع | free |
موقع الإضافة | http://sellez.ai |
عنوان صفحة المساعدة | http://sellez.ai |
اللغات المدعومة | 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" ] } |