Dropshiply
Ease your dropshipping business, simply your product importing and automate your order fulfillment.
Dropshiplyคืออะไร?
Dropshiply เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mydropshiply.com และคุณลักษณะหลักของมันคือ "Ease your dropshipping business, simply your product importing and automate your order fulfillment."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dropshiply
ดาวน์โหลดไฟล์ส่วนขยาย Dropshiply ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Start importing your products directly from AliExpress to your store using Dropshiply's chrome extension. Simplify and automate your product importing process from AliExpress right in your store's dashboard. Dropshiply's chrome extension works efficiently and does a variety of tasks to ease our user's dropshipping business. * 1 Click Importing of products to your store. * 1 Click Automatic Order Fulfillment. * Filter millions of AliExpress products easily. * Import products to multiple stores. * Bulk product importer * and tons of more features. A lot more features are on the way. Stay tuned!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dropshiply |
ID | dfphgnklhjoejppnfiocgbojoigippml |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dropshiply/dfphgnklhjoejppnfiocgbojoigippml |
คำอธิบาย | Ease your dropshipping business, simply your product importing and automate your order fulfillment. |
ขนาดไฟล์ | 303 KB |
จำนวนการติดตั้ง | 217 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2022-07-23 |
วันที่เผยแพร่ | 2022-06-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://mydropshiply.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://dropshiply.co/ |
URL หน้าช่วยเหลือ | https://support.dropshiply.co/ |
URL หน้านโยบายความเป็นส่วนตัว | https://dropshiply.co/privacy-policy-2 |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dropshiply", "description": "Ease your dropshipping business, simply your product importing and automate your order fulfillment.", "version": "0.0.3", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "window.html", "default_icon": { "16": "icon.png" } }, "permissions": [ "activeTab", "tabs", "storage" ], "host_permissions": [ "https:\/\/mydropshiply.com\/*" ], "content_scripts": [ { "js": [ "jquery-3.1.0.min.js", "content.js" ], "matches": [ "https:\/\/mydropshiply.com\/*", "https:\/\/www.aliexpress.com\/*", "https:\/\/shoppingcart.aliexpress.com\/*" ] } ], "content_security_policy": { "extension_page": "script-src 'self' https:\/\/mydropshiply.com\/*; object-src 'self'" } } |