Prestashop Dropshipping Aliexpress 3 IN 1
Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.
Prestashop Dropshipping Aliexpress 3 IN 1คืออะไร?
Prestashop Dropshipping Aliexpress 3 IN 1 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Team community และคุณลักษณะหลักของมันคือ "Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prestashop Dropshipping Aliexpress 3 IN 1
ดาวน์โหลดไฟล์ส่วนขยาย Prestashop Dropshipping Aliexpress 3 IN 1 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is a part of Prestashop Dropshipping Aliexpress PRO 3 IN 1 Module So when you use this extension, you must download Prestashop Dropshipping Aliexpress 3 IN 1 This extension will do the tasks: - Import data of product from Aliexpress to Prestashop module - Setting display method shipping, estimated time of delivery product. Convert money automatically of product - Automatically fullfill your order on Aliexpress Link to module on Prestashop addons : https://addons.prestashop.com/en/dropshipping/48647-aliexpress-dropshipping-pro-3-in-1.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Prestashop Dropshipping Aliexpress 3 IN 1 |
ID | fikhfmmhmpkbifaoafbdddpkajdpcodh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/prestashop-dropshipping-a/fikhfmmhmpkbifaoafbdddpkajdpcodh |
คำอธิบาย | Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click. |
ขนาดไฟล์ | 95.5 KB |
จำนวนการติดตั้ง | 338 |
เวอร์ชันปัจจุบัน | 1.5.4 |
อัปเดตครั้งล่าสุด | 2021-07-15 |
วันที่เผยแพร่ | 2020-05-26 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Team community |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "styles\/style.css" ], "js": [ "scripts\/jquery.js", "scripts\/contentScript.js" ], "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "run_at": "document_end" } ], "description": "Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.", "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 2, "name": "Prestashop Dropshipping Aliexpress 3 IN 1", "page_action": { "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "declarativeContent", "storage" ], "version": "1.5.4", "web_accessible_resources": [ "styles\/style.css", "images\/*.png", "scripts\/jquery.js", "scripts\/scriptAliexpress.js" ] } |