Dropship Connector
Automate 95% your dropshipping workflow with Dropship Connector
Dropship Connectorคืออะไร?
Dropship Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ShopBase และคุณลักษณะหลักของมันคือ "Automate 95% your dropshipping workflow with Dropship Connector"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dropship Connector
ดาวน์โหลดไฟล์ส่วนขยาย Dropship Connector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
One click to import and sync products from AliExpress to your store Extension for Dropship Connector app: https://www.boostflow.com/dropship-connector Leverage Dropship Connector to: - Import winning products directly from AliExpress.com to your store in a click - Fulfill multiples orders automatically in 5 secs - Replace out-of-stock products with new ones seamlessly - Track your order status in real time - Be up-to-date with inventory and prices daily - Set your own rules for shipping methods and product prices And more premium features are coming very soon! Let’s work smarter and easier with Dropship Connector!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dropship Connector |
ID | jipliadmchepjjhchhafbndnclifdald |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dropship-connector/jipliadmchepjjhchhafbndnclifdald |
คำอธิบาย | Automate 95% your dropshipping workflow with Dropship Connector |
ขนาดไฟล์ | 2.01 MB |
จำนวนการติดตั้ง | 436 |
เวอร์ชันปัจจุบัน | 0.1.10.11 |
อัปเดตครั้งล่าสุด | 2019-09-13 |
วันที่เผยแพร่ | 2019-09-12 |
คะแนน | 3.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | ShopBase |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.boostflow.com/dropship-connector |
URL หน้าช่วยเหลือ | http://support.boostflow.com/support/solutions/24000002243 |
URL หน้านโยบายความเป็นส่วนตัว | https://www.shopbase.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Dsc Ext", "description": "Automate 95% your dropshipping workflow with Dropship Connector", "manifest_version": 2, "icons": { "16": "assets\/images\/boostflow-2x-extension.png", "128": "assets\/images\/boostflow-2x-extension.png" }, "browser_action": { "default_icon": { "19": "assets\/images\/boostflow-icon-browser.png", "38": "assets\/images\/boostflow-icon-browser.png" }, "default_title": "Aliepxress product Importer" }, "omnibox": { "keyword": "dropshipping" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/store\/product\/*", "https:\/\/*.aliexpress.com\/item\/*" ], "css": [ "css\/content_detail_page.css" ], "js": [ "js\/content_detail_page.js" ] }, { "matches": [ "https:\/\/trade.aliexpress.com\/*" ], "css": [ "css\/content_bulk_payment.css" ], "js": [ "js\/content_bulk_payment.js" ] }, { "matches": [ "https:\/\/*.aliexpress.com\/category\/*", "https:\/\/*.aliexpress.com\/wholesale?*", "https:\/\/*.aliexpress.com\/w\/wholesale-*", "https:\/\/*.aliexpress.com\/af\/*" ], "css": [ "css\/content_category_page.css" ], "js": [ "js\/content_category_page.js" ] } ], "permissions": [ "storage", "tabs", "https:\/\/*.aliexpress.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.boostflow.com\/*" ] }, "background": { "page": "index.html", "persistent": true }, "web_accessible_resources": [ "assets\/images\/*.svg", "assets\/fonts\/*\/*.ttf" ], "name": "Dropship Connector", "version": "0.1.10.11" } |