WooCommerce Dropshipping Assistant
Dropship Products from aliexpress.com.
WooCommerce Dropshipping Assistantคืออะไร?
WooCommerce Dropshipping Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CEDCommerce และคุณลักษณะหลักของมันคือ "Dropship Products from aliexpress.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WooCommerce Dropshipping Assistant
ดาวน์โหลดไฟล์ส่วนขยาย WooCommerce Dropshipping Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Dropship Products from aliexpress.com. WooCommerce Dropshipping Assistant For WooCommerce works to get products to your WooCommerce Store in just one click from Aliexpress.com. Now, it's time to know about what our extension does? - The Assistant will allow you to filter products on Aliexpress and import them in a click. The Product and the details get fetched in the form of the zip file. - Both Single and Bulk Product Imports from Aliexpress to store. - Get product Inventory And Price Data For the Selected Product. - This Assistant also allows you to export the product URL in a CSV format. Why make this extension special? - WooCommerce Dropshipping Assistant is a must-have extension for all those who are willing to start with Dropshipping. Using this extension, you can automate the process of getting products to your e-commerce site. Features compatible with Assistant. - Search Products on aliexpress.com with keywords(like shoes, dress,etc.) and import them in your store with a click. - Json Zip - Get product full data or inventory and price data of all products on the Aliexpress category section product page. Besides this, If you have any queries or concerns, then please send them on mail at: [email protected] Happy Dropshipping :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WooCommerce Dropshipping Assistant |
ID | ncedeekioddkaemjmmhhkomeopcpoigj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/woocommerce-dropshipping/ncedeekioddkaemjmmhhkomeopcpoigj |
คำอธิบาย | Dropship Products from aliexpress.com. |
ขนาดไฟล์ | 522 KB |
จำนวนการติดตั้ง | 734 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2022-09-02 |
วันที่เผยแพร่ | 2020-05-17 |
คะแนน | 1.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | CEDCommerce |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://cedcommerce.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WooCommerce Dropshipping Assistant", "description": "Dropship Products from aliexpress.com.", "version": "0.0.3", "browser_action": { "default_icon": "images\/icon.png", "default_title": "Aliexpress Dropshipping Assistant - WooCommerce", "default_html": "html\/option.html", "default_popup": "html\/shipping.html" }, "permissions": [ "notifications", "downloads", "storage", "tabs", "https:\/\/aliexpress.com\/", "https:\/\/*\/*" ], "short_name": "Compatible with AliExpress Dropshipping for WooCommerce", "author": "CEDCommerce", "background": { "page": "html\/bana.html", "persistent": true }, "icons": { "128": "images\/icon.png" }, "options_ui": { "page": "html\/option.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/www.aliexpress.com\/*", "*:\/\/www.aliexpress.com\/wholesale?*", "*:\/\/www.aliexpress.com\/af\/category\/*", "*:\/\/www.aliexpress.com\/af\/*", "*:\/\/www.aliexpress.com\/category\/*", "*:\/\/www.aliexpress.com\/premium\/*", "*:\/\/www.aliexpress.com\/w\/*", "*:\/\/www.aliexpress.com\/wholesale*" ], "js": [ "content-script\/jquery-3.2.1.min.js", "content-script\/product\/import.js", "content-script\/product\/shipselector.js" ], "exclude_matches": [ "*:\/\/www.aliexpress.com\/" ], "css": [ "css\/import.css" ], "all_frames": true, "run_at": "document_end" } ], "web_accessible_resources": [ "content-script\/cedali2.js", "content-script\/cedali.js", "images\/csv.png", "images\/cancel.png", "images\/loader.gif" ] } |