ExpandCart AliExpress Integration
This extension imports products from aliexpress to your ExpandCart store.
ExpandCart AliExpress Integrationคืออะไร?
ExpandCart AliExpress Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://expandcart.com และคุณลักษณะหลักของมันคือ "This extension imports products from aliexpress to your ExpandCart store."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ExpandCart AliExpress Integration
ดาวน์โหลดไฟล์ส่วนขยาย ExpandCart AliExpress Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps you import products directly from AliExpress to you ExpandCart store. You can import single products or import products in bulk. You can edit product details before importing, to make it easy for you to manage your product. When you full-fill an order from ExpandCart the extension will help you fill the order details and take you directly to the product order page in AliExpress. Start your store today at ExpandCart and install the AliExpress Integration App https://www.expandcart.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ExpandCart AliExpress Integration |
ID | djkgogfdadkjljaplcgigkcoofhikcke |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/expandcart-aliexpress-int/djkgogfdadkjljaplcgigkcoofhikcke |
คำอธิบาย | This extension imports products from aliexpress to your ExpandCart store. |
ขนาดไฟล์ | 113 KB |
จำนวนการติดตั้ง | 2,314 |
เวอร์ชันปัจจุบัน | 2.5.8 |
อัปเดตครั้งล่าสุด | 2024-02-16 |
วันที่เผยแพร่ | 2020-06-10 |
คะแนน | 2.00/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://expandcart.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.expandcart.com |
URL หน้าช่วยเหลือ | https://support.expandcart.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.expandcart.com/en/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ExpandCart AliExpress Integration", "version": "2.5.8", "manifest_version": 2, "description": "This extension imports products from aliexpress to your ExpandCart store.", "background": { "scripts": [ "resources\/scripts\/background.js" ] }, "icons": { "128": "resources\/image\/icon.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "resources\/image\/icon-disabled.png" }, "web_accessible_resources": [ "*.png", "resources\/scripts\/jquery.min.js", "resources\/scripts\/ec_inserted.js" ], "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/scripts\/jquery.min.js", "resources\/scripts\/content.js" ], "css": [ "resources\/css\/dropship.css" ] } ] } |