Cscart Aliexpress Importer
It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer.
Cscart Aliexpress Importer là gì?
Cscart Aliexpress Importer là một tiện ích mở rộng Chrome được phát triển bởi Webkul Software, và tính năng chính của nó là "It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cscart Aliexpress Importer
Tải xuống các tệp mở rộng Cscart Aliexpress Importer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Now import products from AliExpress to CS-Cart store with this simple and useful extension. Use it with "CS-Cart AliExpress Dropshipping" add-on developed by Webkul. This will import products from Aliexpress.com to your CS-Cart store and you can start selling products of Aliexpress within your own store very easily. Get the more details here- https://webkul.com/blog/cs-cart-aliexpress-dropshipping/ Link to purchase the "CS-Cart AliExpress Dropshipping" - https://store.webkul.com/CS-Cart-AliExpress-Dropshipping.html HELP & SUGGESTIONS Please feel free to share your views here - http://webkul.uvdesk.com GET IN TOUCH Email us at [email protected] Blog http://webkul.com/blog
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cscart Aliexpress Importer |
ID | mgncdkegcffhafnmjfonkghkehcekboi |
URL Chính Thức | https://chromewebstore.google.com/detail/cscart-aliexpress-importe/mgncdkegcffhafnmjfonkghkehcekboi |
Mô tả | It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer. |
Kích Thước Tệp | 101 KB |
Số Lần Cài Đặt | 295 |
Phiên Bản Hiện Tại | 2.9.4 |
Cập Nhật Lần Cuối | 2023-07-18 |
Ngày Phát Hành | 2019-10-22 |
Đánh Giá | 3.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Webkul Software |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://webkul.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cscart Aliexpress Importer", "description": "It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer.", "version": "2.9.4", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.us\/*" ], "js": [ "resources\/js\/jquery.js", "resources\/js\/content.js" ], "css": [ "resources\/style\/cscart_import.css" ] } ], "permissions": [], "icons": { "128": "resources\/image\/import-icon.png" }, "action": { "default_title": "Run only when aliexpress site open", "default_icon": "resources\/image\/import-icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "resources\/image\/*.png", "resources\/js\/wk_cscartimporter.js", "resources\/js\/jquery.js", "resources\/style\/cscart_import.css" ], "matches": [ "https:\/\/*\/*" ] } ] } |