Woocommerce AliExpress Importer
It is used to import product from AliExpress to WooCommerce store with help of Webkul WooCommerce Dropship Management module.
什麼是Woocommerce AliExpress Importer?
Woocommerce AliExpress Importer是由Webkul Software開發的Chrome擴展程式,該擴展的主要功能是“It is used to import product from AliExpress to WooCommerce store with help of Webkul WooCommerce Dropship Management module.”。
擴展截圖
下載Woocommerce AliExpress Importer擴展crx文件
下載Woocommerce AliExpress Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
WooCommerce AliExpress Dropship Using the WooCommerce AliExpress plugin the user can manage multiple warehouses from his panel and can create mangers for the warehouses and can easily mass assign or unassign products to a warehouse. The user can also import products from AliExpress to his store and then assign those products to the warehouse accordingly. After receiving the order for AliExpress products from the store, the user will just need to place the order on AliExpress by simply clicking on the Place Order link and then make the payments accordingly. Using Dropshipping method the store owner does not need to keep the products stocked in his store. Instead, all the products are stored in different warehouses across the region. So when a customer places an order, the product is directly shipped from the nearest warehouse instead of the store. This saves a lot of time and shipping costs. Features Warehouse Management – add warehouse and manage warehouses accordingly. Create warehouse manager for a particular warehouse. Mass assign or Unassign products to a warehouse. Import products from AliExpress into your store. Import products from the AliExpress search page or from the category pages. Shop URL verification while registering your WooCommerce store on AliExpress to import products from there. Description of the product also gets imported from AliExpress. The product information like base name, price, product reviews, meta description, SKU, description, and variations get imported along with the product. View all AliExpress Orders in a separate section. Automated Order Process for the AliExpress Orders. Mass Assign/Un-Assign the imported products AliExpress to various warehouses. Set the Default quantity and cost of the imported products when they are assigned to the warehouse. Dropship Management The user will manage all the warehouses providing drop shipping for the products under dropship management. Manage AliExpress settings Manage the products imported from AliExpress Manage AliExpress orders Add a warehouse Add a warehouse manager Assign warehouse manager to a warehouse Manage products, orders, pricing rules, income, and transactions. Assign or unassign products to a warehouse Manage dropshipping settings Import Products from AliExpress The user will install AliExpress chrome extension in order to import products from AliExpress to his store. The user will authenticate his store details on AliExpress and then start importing the products from AliExpress to his store. Authenticate your store details on AliExpress Import Products from AliExpress to your store Import product details like price, review, description etc. Place Order at AliExpress After an order is been placed for the products that are imported from AliExpress to the store, then all those orders will be seen under the AliExpress Orders section. The user will now click the "Place Order" link and then the user will be redirected to the AliExpress website where the user will place the order and make the payment accordingly. The user will just need to click on the "Place Order" link to place the order on AliExpress The user will then enter the payment information to place the order on AliExpress Warehouse Management Under the warehouse management tab, the user can add warehouse manager, add a warehouse and then assign the warehouse manager to a particular warehouse. Add or edit a Warehouse Add a warehouse manager and then assign the warehouse manager to a warehouse Assign or Unassign products to a warehouse
擴展基本資訊
名稱 | Woocommerce AliExpress Importer |
ID | egmfmidppapjfoehpdmaknheodbikjhj |
官方網址 | https://chromewebstore.google.com/detail/woocommerce-aliexpress-im/egmfmidppapjfoehpdmaknheodbikjhj |
簡介 | It is used to import product from AliExpress to WooCommerce store with help of Webkul WooCommerce Dropship Management module. |
檔案大小 | 75.85 KB |
安裝次數 | 945 |
目前版本 | 1.4.7 |
更新時間 | 2022-09-02 |
上架時間 | 2019-09-16 |
評分 | 1.33/5 共 3 次評分 |
開發者 | Webkul Software |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://webkul.com/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Woocommerce AliExpress Importer", "version": "1.4.7", "manifest_version": 2, "description": "It is used to import product from AliExpress to WooCommerce store with help of Webkul WooCommerce Dropship Management module.", "background": { "scripts": [ "resources\/js\/background.js" ] }, "icons": { "128": "resources\/images\/Icon.png" }, "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_icon": "resources\/images\/icon-disabled.png" }, "web_accessible_resources": [ "*.png", "resources\/js\/wk_inserted.js", "resources\/js\/jquery-3.2.1.min.js" ], "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/js\/jquery-3.2.1.min.js", "resources\/js\/content.js" ], "css": [ "resources\/css\/dropship.css" ] } ] } |