Prestashop AliExpress Importer
This extension is used to import product from aliexpress to Prestashop.
Prestashop AliExpress Importer là gì?
Prestashop 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à "This extension is used to import product from aliexpress to Prestashop.".
Ả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 Prestashop AliExpress Importer
Tải xuống các tệp mở rộng Prestashop 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
PrestaShop AliExpress Importer is used to import product from AliExpress to PrestaShop store and it can be used with Webkul PrestaShop Dropshipping Module. With this importer, you can easily import products from AliExpress.com and even add them to a cart upon order placement in your PrestaShop store. By utilizing this tool, you can quickly and effortlessly begin DropShipping products from AliExpress within your own store.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Prestashop AliExpress Importer |
ID | iochebggflimfedlldfjjomnkpoikknk |
URL Chính Thức | https://chromewebstore.google.com/detail/prestashop-aliexpress-imp/iochebggflimfedlldfjjomnkpoikknk |
Mô tả | This extension is used to import product from aliexpress to Prestashop. |
Kích Thước Tệp | 83.92 KB |
Số Lần Cài Đặt | 623 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2023-08-16 |
Ngày Phát Hành | 2019-09-12 |
Đánh Giá | 2.62/5 Tổng số 13 Đá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": "Prestashop AliExpress Importer", "description": "This extension is used to import product from aliexpress to Prestashop.", "manifest_version": 3, "minimum_chrome_version": "88", "version": "1.1.4", "offline_enabled": false, "background": { "service_worker": "resources\/js\/background.js" }, "permissions": [ "activeTab", "tabs" ], "icons": { "128": "resources\/image\/icon.png" }, "web_accessible_resources": [ { "resources": [ "resources\/image\/logo.png", "resources\/image\/cross.png", "resources\/image\/icon.png", "resources\/image\/icon-disabled.png", "resources\/image\/icon-enabled.png", "resources\/js\/jquery.min.js", "resources\/js\/wk_inserted.js" ], "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.us\/*", "http:\/\/*.aliexpress.us\/*", "http:\/\/es.aliexpress.us\/*", "https:\/\/es.aliexpress.us\/*" ], "use_dynamic_url": true } ], "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.us\/*", "http:\/\/*.aliexpress.us\/*", "http:\/\/es.aliexpress.us\/*" ], "all_frames": true, "css": [ "resources\/css\/dropship.css" ], "js": [ "resources\/js\/jquery.min.js", "resources\/js\/content.js" ] } ], "action": { "default_icon": "resources\/image\/icon-disabled.png", "default_popup": "resources\/html\/enabledPopUp.html" } } |