Dropshipman-Aliexpress&Temu Product Importer
Import and sync products from AliExpress / Temu to your Shopify store
Dropshipman-Aliexpress&Temu Product Importerคืออะไร?
Dropshipman-Aliexpress&Temu Product Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dropshipman.com และคุณลักษณะหลักของมันคือ "Import and sync products from AliExpress / Temu to your Shopify store"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dropshipman-Aliexpress&Temu Product Importer
ดาวน์โหลดไฟล์ส่วนขยาย Dropshipman-Aliexpress&Temu Product Importer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
1. Login the app DropShipMan in your shopify store
2. Go to Aliexpress.com/temu.com
3. Start using the extension when you browse categories, store, wishlist or search for products on AliExpress/Temu.
4. Bulk add products in categories or search page required that the page scroll to the bottom for AliExpress have loads the products. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bobhjedlciclpchpelkgiojkmmfgnihg |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dropshipman-aliexpresstem/bobhjedlciclpchpelkgiojkmmfgnihg |
| คำอธิบาย | Import and sync products from AliExpress / Temu to your Shopify store |
| ขนาดไฟล์ | 225 KB |
| จำนวนการติดตั้ง | 4,000 |
| เวอร์ชันปัจจุบัน | 2.1.0 |
| อัปเดตครั้งล่าสุด | 2024-02-27 |
| วันที่เผยแพร่ | 2020-08-20 |
| คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | https://dropshipman.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.dropshipman.com/ |
| URL หน้าช่วยเหลือ | https://www.dropshipman.com/blogs/import-products/how-to-add-aliexpress-products-to-dropshipman-by-chrome-extension |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.dropshipman.com/blog/DropShipMan-Privacy-Policy |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dropshipman-Aliexpress&Temu Product Importer",
"version": "2.1.0",
"manifest_version": 3,
"description": "Import and sync products from AliExpress \/ Temu to your Shopify store",
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"action": {
"default_title": "Dropshipman-Aliexpress&Temu Product Importer",
"default_popup": "popup.html"
},
"background": {
"service_worker": ".\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.temu.com\/*",
"https:\/\/*.aliexpress.com\/*",
"https:\/\/*.aliexpress.us\/*",
"https:\/\/*.1688.com\/*",
"*:\/\/*.dropshipman.com\/*"
],
"js": [
".\/content_scripts.js"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/api.dropshipman.com\/*",
"https:\/\/test-api.dropshipman.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"\/logo128.png"
],
"matches": [
" | |