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.
What is Opencart AliExpress Importer?
Opencart AliExpress Importer is a Chrome extension developed by Webkul Software, and its main feature is "It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.".
Extension Screenshots
Download Opencart AliExpress Importer Extension CRX File
Download Opencart AliExpress Importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | oacipfkfeiojbgojbnnkdfelggfjigla |
Official URL | https://chrome.google.com/webstore/detail/opencart-aliexpress-impor/oacipfkfeiojbgojbnnkdfelggfjigla |
Description | It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module. |
File Size | 108 KB |
Installation Count | 448 |
Current Version | 2.4.3 |
Last Updated | 2024-01-08 |
Publish Date | 2021-01-23 |
Rating | 1.82/5 Total 17 Ratings |
Developer | Webkul Software |
[email protected] | |
Payment Type | in_app |
Privacy Policy Page URL | https://webkul.com/privacy-policy |
Supported Languages | 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" ] } ] } |