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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 Woocommerce AliExpress Importer
ID egmfmidppapjfoehpdmaknheodbikjhj
官方URL 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"
            ]
        }
    ]
}