Droppersstop
Import and dropship products
Droppersstopคืออะไร?
Droppersstop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย droppersstop และคุณลักษณะหลักของมันคือ "Import and dropship products"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Droppersstop
ดาวน์โหลดไฟล์ส่วนขยาย Droppersstop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is used to import products from Aliexpress website into Shopify store
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Droppersstop |
ID | bghflfbmnbdoggdefepjjhjofpddjgob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/droppersstop/bghflfbmnbdoggdefepjjhjofpddjgob |
คำอธิบาย | Import and dropship products |
ขนาดไฟล์ | 945 KB |
จำนวนการติดตั้ง | 89 |
เวอร์ชันปัจจุบัน | 3.4 |
อัปเดตครั้งล่าสุด | 2020-07-25 |
วันที่เผยแพร่ | 2020-04-03 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | droppersstop |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://droppersstop.com/ |
URL หน้าช่วยเหลือ | https://droppersstop.com/contact |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "lib\/jquery.min.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon16x16.png", "38": "images\/icon48x48.png" }, "default_popup": "default.html", "default_title": "Droppersstop" }, "content_scripts": [ { "css": [ "css\/app.css", "css\/cat.css" ], "js": [ "lib\/jquery.min.js", "scripts\/aliscrap.js" ], "matches": [ "*:\/\/*.aliexpress.com\/wishlist\/*", "https:\/\/*.aliexpress.com\/store\/new-arrivals\/*", "*:\/\/*.aliexpress.com\/af\/*", "*:\/\/*.aliexpress.com\/category\/*", "https:\/\/*.aliexpress.com\/store\/top-rated-products\/*", "https:\/\/*.aliexpress.com\/w\/*", "https:\/\/*.aliexpress.com\/wholesale*", "https:\/\/*.aliexpress.com\/premium*", "https:\/\/*.aliexpress.com\/store\/group\/*", "https:\/\/*.aliexpress.com\/store\/*\/search*", "https:\/\/*.aliexpress.com\/store\/sale-items\/*", "https:\/\/*.aliexpress.com\/store\/all-*", "https:\/\/*.aliexpress.com\/dropshipper\/*" ], "run_at": "document_idle" }, { "css": [ "css\/app.css" ], "js": [ "lib\/jquery.min.js", "scripts\/itemscrap.js" ], "matches": [ "*:\/\/*.aliexpress.com\/item\/*", "*:\/\/*.aliexpress.com\/store\/product\/*" ], "run_at": "document_idle" }, { "js": [ "lib\/jquery.min.js", "scripts\/authorize.js" ], "matches": [ "*:\/\/*.aliexpress.com\/*" ] } ], "description": "Import and dropship products", "externally_connectable": { "matches": [ "*:\/\/*.droppersstop.com\/*", "*:\/\/*.aliexpress.com\/*" ] }, "icons": { "16": "images\/icon16x16.png", "128": "images\/icon128x128.png", "48": "images\/icon48x48.png" }, "manifest_version": 2, "name": "Droppersstop", "permissions": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.droppersstop.com\/*", "http:\/\/droppersstop.com\/*", "tabs", "storage" ], "version": "3.4", "web_accessible_resources": [ "images\/*" ] } |