UberFlow DropShipping
DropShipping extension for awesome stores!
UberFlow DropShippingคืออะไร?
UberFlow DropShipping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://uberflow.io และคุณลักษณะหลักของมันคือ "DropShipping extension for awesome stores!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UberFlow DropShipping
ดาวน์โหลดไฟล์ส่วนขยาย UberFlow DropShipping ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension was developed to help UberFlow customers connect their store with AliExpress to import products. Features of our solution: - Developed exclusively to UberFlow customers. - Easy usage. Simple configuration. - Import products with just one click. - Works with simple products and variations. - Import product images.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lcmeilodkmmdgnhoaakihlenmpimchnl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/uberflow-dropshipping/lcmeilodkmmdgnhoaakihlenmpimchnl |
คำอธิบาย | DropShipping extension for awesome stores! |
ขนาดไฟล์ | 41.42 KB |
จำนวนการติดตั้ง | 997 |
เวอร์ชันปัจจุบัน | 1.1.10 |
อัปเดตครั้งล่าสุด | 2020-12-07 |
วันที่เผยแพร่ | 2020-07-03 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://uberflow.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://uberflow.io |
URL หน้าช่วยเหลือ | https://help.uberflow.io |
URL หน้านโยบายความเป็นส่วนตัว | https://help.uberflow.io/politicas-de-privacidade |
ภาษาที่รองรับ | en,es,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1.10", "default_locale": "en", "name": "__MSG_APP_NAME__", "description": "__MSG_APP_DESCRIPTION__", "icons": { "16": "icons\/default-16.png", "48": "icons\/default-48.png", "128": "icons\/default-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*" ], "js": [ "inject\/injector.js", "lib\/vanilla.ui.js", "lib\/vanilla.component.js", "scripts\/helper.js", "scripts\/api.js", "scripts\/app.js", "scripts\/toolbar.js", "scripts\/options.js", "scripts\/import.js", "scripts\/product.js", "scripts\/order.js", "scripts\/modal.js" ], "css": [ "styles\/app.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "inject\/script.js", "inject\/style.css" ], "incognito": "not_allowed", "permissions": [ "https:\/\/*.aliexpress.com\/*", "storage" ] } |