WooDropship
Easily dropship products from AliExpress. Add AliExpress products to your WooCommerce store, automated order-fulfilment and more.
What is WooDropship?
WooDropship is a Chrome extension developed by https://woodropship.com, and its main feature is "Easily dropship products from AliExpress. Add AliExpress products to your WooCommerce store, automated order-fulfilment and more.".
Extension Screenshots
Download WooDropship Extension CRX File
Download WooDropship extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension for WooDropship App - AliExpress WooCommerce Dropshipping made easy. https://www.woodropship.com Import AliExpress products to your WooCommerce drop shipping store. Features: - Add products to your "WooDropship Import List" directly from the Aliexpress.com product page - Sort out products with the ePacket delivery option - Place orders on Aliexpress.com with a single click - Automated price and inventory sync with AliExpress.com Privacy Policy - https://www.woodropship.com/privacy-policy/
Extension Basic Information
Name | |
ID | hdmmefakkaehcbcljkgpbcahnhghjgnd |
Official URL | https://chrome.google.com/webstore/detail/woodropship/hdmmefakkaehcbcljkgpbcahnhghjgnd |
Description | Easily dropship products from AliExpress. Add AliExpress products to your WooCommerce store, automated order-fulfilment and more. |
File Size | 170 KB |
Installation Count | 4,135 |
Current Version | 2.04 |
Last Updated | 2021-03-19 |
Publish Date | 2019-11-24 |
Rating | 2.43/5 Total 97 Ratings |
Developer | https://woodropship.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://support.woodropship.com/ |
Privacy Policy Page URL | https://www.woodropship.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WooDropship", "version": "2.04", "description": "Easily dropship products from AliExpress. Add AliExpress products to your WooCommerce store, automated order-fulfilment and more.", "homepage_url": "https:\/\/woodropship.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "assets\/background-946c176e.js" ], "persistent": true }, "permissions": [ "cookies", "*:\/\/app.woodropship.com\/" ], "content_scripts": [ { "js": [ "assets\/category_detail-579a51d7.js" ], "matches": [ "*:\/\/*.aliexpress.com\/category\/*", "*:\/\/*.aliexpress.com\/w\/*", "*:\/\/*.aliexpress.com\/wholesale*", "*:\/\/www.aliexpress.com\/premium*", "*:\/\/*.aliexpress.com\/af*", "*:\/\/*.aliexpress.com\/store\/group\/*" ], "css": [ "css\/main.css" ] }, { "js": [ "assets\/product_detail-d9e26379.js" ], "matches": [ "*:\/\/*.aliexpress.com\/item\/*" ], "css": [ "css\/main.css" ] }, { "js": [ "assets\/orders-3a13be46.js" ], "matches": [ "*:\/\/app.woodropship.com\/orders" ] }, { "js": [ "assets\/cart-681012ad.js" ], "matches": [ "*:\/\/shoppingcart.aliexpress.com\/shopcart\/shopcartDetail.htm*" ] }, { "js": [ "assets\/order_summary-f620d169.js" ], "matches": [ "*:\/\/shoppingcart.aliexpress.com\/orders.htm*" ], "css": [ "css\/main.css" ] } ], "web_accessible_resources": [ "notyf.es-e49b88cf.js", "js\/category_detail.js", "js\/product_detail.js", "js\/orders.js", "js\/cart.js", "js\/order_summary.js" ] } |