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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" ] } ] } |