Opencart AliExpress Importer
It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.
Apa itu Opencart AliExpress Importer?
Opencart AliExpress Importer adalah ekstensi Chrome yang dikembangkan oleh Webkul Software, dan fitur utamanya adalah "It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Opencart AliExpress Importer
Unduh file ekstensi Opencart 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
OpenCart Aliexpress Importer will import products from Aliexpress.com to your OpenCart store and you can start selling products of Aliexpress within your own store very easily. http://opencart.webkul.com/Opencart-Dropship-Management-Module
Informasi Dasar Ekstensi
Nama | |
ID | oacipfkfeiojbgojbnnkdfelggfjigla |
URL Resmi | https://chrome.google.com/webstore/detail/opencart-aliexpress-impor/oacipfkfeiojbgojbnnkdfelggfjigla |
Deskripsi | It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module. |
Ukuran File | 108 KB |
Jumlah Instalasi | 448 |
Versi Saat Ini | 2.4.3 |
Terakhir Diperbarui | 2024-01-08 |
Tanggal Publikasi | 2021-01-23 |
Penilaian | 1.82/5 Total 17 Penilaian |
Pengembang | Webkul Software |
[email protected] | |
Tipe Pembayaran | in_app |
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": "Opencart AliExpress Importer", "version": "2.4.3", "manifest_version": 3, "description": "It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.", "background": { "service_worker": "resources\/scripts\/background.js" }, "icons": { "128": "resources\/image\/icon.png" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/www.aliexpress.com\/", "https:\/\/*.aliexpress.com\/" ], "action": { "default_icon": "resources\/image\/icon-disabled.png" }, "web_accessible_resources": [ { "resources": [ "resources\/scripts\/jquery.min.js", "resources\/scripts\/wk_inserted.js", "resources\/image\/*.png" ], "matches": [ "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/scripts\/jquery.min.js", "resources\/scripts\/content.js" ], "css": [ "resources\/css\/dropship.css" ] } ] } |