Busysell
Sourcing and Import whichever product you want to shopify store with one click
Busysellคืออะไร?
Busysell เป็นส่วนขยายของ Chrome ที่พัฒนาโดย china-sourcing.com และคุณลักษณะหลักของมันคือ "Sourcing and Import whichever product you want to shopify store with one click"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Busysell
ดาวน์โหลดไฟล์ส่วนขยาย Busysell ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sourcing and Import whichever product you want to Shopify store with one click Busysell Chrome Extension allows you to import any product from aliexpress, alibaba, amazon, ebay, walmart, wayfair to your Shopify store with one-click. To begin, add this extension, visit a product page, and click on the "Add to Busysell" Button. Free for using No Trial. No Required Payment Method. No Catch. We offer the boost you need for the price of NOTHING. . We will give you the boost you needed with absolutely zero cost. Everything You Need, In One Place ■ One-Click Import: Find your niche and import any product on Aliexpress, Alibaba, AMAZON, EBAY, WALMART, WAYFAIRE with just one-click. ■ Bulk Orders: Seamlessly place large volume orders with our automated process. Make Profits Like A Pro ■ Follow the Trends: Know your products, know your cost, and know your competitors. ■ Greater number Suppliers: Faster domestic delivery with reliable, certified Suppliers. ■ Oversea private storage: No warry about warehouse. Easy to control your local inventory. ■ Fast shipping: Support to ship from local warehouse, shorten the delivery time. Ask Us Anything! Please feel free to contact us at [email protected]. Visit app.busysell.com from more. Happy Dropshipping!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Busysell |
ID | mkanmeeohpkecokdhiilcamojfbmpdlk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/busysell/mkanmeeohpkecokdhiilcamojfbmpdlk |
คำอธิบาย | Sourcing and Import whichever product you want to shopify store with one click |
ขนาดไฟล์ | 133 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 0.0.1.2 |
อัปเดตครั้งล่าสุด | 2021-10-12 |
วันที่เผยแพร่ | 2021-06-25 |
ผู้พัฒนา | china-sourcing.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://app.busysell.com/ |
URL หน้าช่วยเหลือ | https://app.busysell.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Busysell", "version": "0.0.1.2", "description": "Sourcing and Import whichever product you want to shopify store with one click", "permissions": [ "tabs", "activeTab", "declarativeContent", "storage", "cookies", "http:\/\/app.busysell.com\/*", "https:\/\/app.busysell.com\/*", "https:\/\/*.alibaba.com\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.wayfair.com\/*", "https:\/\/www.ebay.com\/*", "https:\/\/www.walmart.com\/*" ], "options_page": "options.html", "background": { "scripts": [ "jquery.min.js", "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/web-crawler16.png", "32": "images\/web-crawler32.png", "48": "images\/web-crawler48.png", "128": "images\/web-crawler128.png" } }, "icons": { "16": "images\/web-crawler16.png", "32": "images\/web-crawler32.png", "48": "images\/web-crawler48.png", "128": "images\/web-crawler128.png" }, "manifest_version": 2, "content_scripts": [ { "js": [ "jquery.min.js", "popup.js" ], "matches": [ "https:\/\/*.alibaba.com\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/es.aliexpress.com\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.wayfair.com\/*", "https:\/\/www.ebay.com\/*", "https:\/\/www.walmart.com\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "images\/*" ] } |