Aliexpress To Shopify
Download images from Aliexpress and sync product from Aliexpress to Shopify
Aliexpress To Shopify là gì?
Aliexpress To Shopify là một tiện ích mở rộng Chrome được phát triển bởi linhnn.developer, và tính năng chính của nó là "Download images from Aliexpress and sync product from Aliexpress to Shopify".
Ả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 Aliexpress To Shopify
Tải xuống các tệp mở rộng Aliexpress To Shopify 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
The extension support user sync every products from Aliexpress.com to Shopify User can add product with only one click. User can import and manage the products on the website: https://malitool.com/product-manager/ If have any error, please contact me: [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Aliexpress To Shopify |
ID | mibkbjgdjgngmjkkbncjognpdggckmik |
URL Chính Thức | https://chromewebstore.google.com/detail/aliexpress-to-shopify/mibkbjgdjgngmjkkbncjognpdggckmik |
Mô tả | Download images from Aliexpress and sync product from Aliexpress to Shopify |
Kích Thước Tệp | 343 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2022-11-21 |
Ngày Phát Hành | 2022-08-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | linhnn.developer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://malitool.com/ |
URL Trang Trợ Giúp | https://malitool.com/ |
URL Trang Chính Sách Bảo Mật | http://malitool.com/amazon-image-downloader-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aliexpress To Shopify", "description": "Download images from Aliexpress and sync product from Aliexpress to Shopify", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "download", "https:\/\/*\/*", "http:\/\/localhost:8081\/", "https:\/\/malitool.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "\/lib\/jquery.js", "content-script.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" }, "options_page": "options.html", "host_permissions": [ "https:\/\/malitool.com\/", "http:\/\/localhost:8081\/" ] } |