ExpandCart AliExpress Integration
This extension imports products from aliexpress to your ExpandCart store.
ExpandCart AliExpress Integration là gì?
ExpandCart AliExpress Integration là một tiện ích mở rộng Chrome được phát triển bởi https://expandcart.com, và tính năng chính của nó là "This extension imports products from aliexpress to your ExpandCart store.".
Ả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 ExpandCart AliExpress Integration
Tải xuống các tệp mở rộng ExpandCart AliExpress Integration 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
This extension helps you import products directly from AliExpress to you ExpandCart store. You can import single products or import products in bulk. You can edit product details before importing, to make it easy for you to manage your product. When you full-fill an order from ExpandCart the extension will help you fill the order details and take you directly to the product order page in AliExpress. Start your store today at ExpandCart and install the AliExpress Integration App https://www.expandcart.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ExpandCart AliExpress Integration |
ID | djkgogfdadkjljaplcgigkcoofhikcke |
URL Chính Thức | https://chromewebstore.google.com/detail/expandcart-aliexpress-int/djkgogfdadkjljaplcgigkcoofhikcke |
Mô tả | This extension imports products from aliexpress to your ExpandCart store. |
Kích Thước Tệp | 113 KB |
Số Lần Cài Đặt | 2,314 |
Phiên Bản Hiện Tại | 2.5.8 |
Cập Nhật Lần Cuối | 2024-02-16 |
Ngày Phát Hành | 2020-06-10 |
Đánh Giá | 2.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://expandcart.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.expandcart.com |
URL Trang Trợ Giúp | https://support.expandcart.com |
URL Trang Chính Sách Bảo Mật | https://www.expandcart.com/en/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ExpandCart AliExpress Integration", "version": "2.5.8", "manifest_version": 2, "description": "This extension imports products from aliexpress to your ExpandCart store.", "background": { "scripts": [ "resources\/scripts\/background.js" ] }, "icons": { "128": "resources\/image\/icon.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "resources\/image\/icon-disabled.png" }, "web_accessible_resources": [ "*.png", "resources\/scripts\/jquery.min.js", "resources\/scripts\/ec_inserted.js" ], "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/scripts\/jquery.min.js", "resources\/scripts\/content.js" ], "css": [ "resources\/css\/dropship.css" ] } ] } |