WooDropship
Easily dropship products from AliExpress. Add AliExpress products to your WooCommerce store, automated order-fulfilment and more.
Was ist WooDropship?
WooDropship ist eine Chrome-Erweiterung, die von https://woodropship.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily dropship products from AliExpress. Add AliExpress products to your WooCommerce store, automated order-fulfilment and more.".
Erweiterungsscreenshots
WooDropship-Erweiterungs-CRX-Datei herunterladen
Laden Sie WooDropship-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | |
ID | hdmmefakkaehcbcljkgpbcahnhghjgnd |
Offizielle URL | https://chrome.google.com/webstore/detail/woodropship/hdmmefakkaehcbcljkgpbcahnhghjgnd |
Beschreibung | Easily dropship products from AliExpress. Add AliExpress products to your WooCommerce store, automated order-fulfilment and more. |
Dateigröße | 170 KB |
Installationsanzahl | 4,135 |
Aktuelle Version | 2.04 |
Letztes Update | 2021-03-19 |
Veröffentlichungsdatum | 2019-11-24 |
Bewertung | 2.43/5 Insgesamt 97 Bewertungen |
Entwickler | https://woodropship.com |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://support.woodropship.com/ |
URL der Datenschutzrichtlinien-Seite | https://www.woodropship.com/privacy-policy |
Unterstützte Sprachen | 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" ] } |