Magento 1 AliExpress Importer
It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.
Apa itu Magento 1 AliExpress Importer?
Magento 1 AliExpress Importer adalah ekstensi Chrome yang dikembangkan oleh Webkul Software, dan fitur utamanya adalah "It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Magento 1 AliExpress Importer
Unduh file ekstensi Magento 1 AliExpress Importer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Magento Aliexpress Importer will import products of Aliexpress to your Magento store and can start selling those products within his own store very easily.
Informasi Dasar Ekstensi
Nama | Magento 1 AliExpress Importer |
ID | fbcicgnpjccdcankcehaopgaojoohkjm |
URL Resmi | https://chromewebstore.google.com/detail/magento-1-aliexpress-impo/fbcicgnpjccdcankcehaopgaojoohkjm |
Deskripsi | It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module. |
Ukuran File | 153 KB |
Jumlah Instalasi | 40 |
Versi Saat Ini | 1.8.1 |
Terakhir Diperbarui | 2021-12-18 |
Tanggal Publikasi | 2019-07-24 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Webkul Software |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://webkul.com/privacy-policy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magento 1 AliExpress Importer", "version": "1.8.1", "manifest_version": 2, "description": "It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.", "background": { "scripts": [ "resources\/js\/background.js" ], "persistent": false }, "icons": { "128": "resources\/images\/Icon.png" }, "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_icon": "resources\/images\/icon-disabled.png" }, "web_accessible_resources": [ "*.png", "resources\/js\/wk_inserted.js", "resources\/js\/jquery.min.js" ], "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/js\/jquery.min.js", "resources\/js\/content.js" ], "css": [ "resources\/css\/dropship.css" ] } ] } |