Joomla Aliexpress Importer
It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.
Joomla Aliexpress Importerคืออะไร?
Joomla Aliexpress Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Webkul Software และคุณลักษณะหลักของมันคือ "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Joomla Aliexpress Importer
ดาวน์โหลดไฟล์ส่วนขยาย Joomla Aliexpress Importer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is used to import the products from AliExpress directly to your Joomla VirtueMart store and start selling those products at your own store with the help of "Joomla VirtueMart AliExpress Dropshipping".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | modgbjgnpmibebjdbkcmkegloikcaoka |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/joomla-aliexpress-importe/modgbjgnpmibebjdbkcmkegloikcaoka |
คำอธิบาย | It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer. |
ขนาดไฟล์ | 100 KB |
จำนวนการติดตั้ง | 66 |
เวอร์ชันปัจจุบัน | 3.2 |
อัปเดตครั้งล่าสุด | 2019-10-09 |
วันที่เผยแพร่ | 2019-10-09 |
ผู้พัฒนา | Webkul Software |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://webkul.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Joomla Aliexpress Importer", "description": "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.", "version": "3.2", "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/js\/jquery.js", "resources\/js\/content.js" ], "css": [ "resources\/style\/joomla_import.css" ] } ], "permissions": [ "activeTab", "tabs" ], "icons": { "128": "resources\/image\/import-icon.png" }, "browser_action": { "default_title": "Run only when aliexpress site open", "default_icon": "resources\/image\/import-icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "resources\/image\/*.png", "resources\/js\/wk_joomlaimporter.js", "resources\/js\/jquery.js", "resources\/style\/joomla_import.css" ], "manifest_version": 2 } |