Joomla Aliexpress Importer
It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.
What is Joomla Aliexpress Importer?
Joomla Aliexpress Importer is a Chrome extension developed by Webkul Software, and its main feature is "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.".
Extension Screenshots
Download Joomla Aliexpress Importer Extension CRX File
Download Joomla 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
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".
Extension Basic Information
Name | |
ID | modgbjgnpmibebjdbkcmkegloikcaoka |
Official URL | https://chrome.google.com/webstore/detail/joomla-aliexpress-importe/modgbjgnpmibebjdbkcmkegloikcaoka |
Description | It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer. |
File Size | 100 KB |
Installation Count | 66 |
Current Version | 3.2 |
Last Updated | 2019-10-09 |
Publish Date | 2019-10-09 |
Developer | Webkul Software |
[email protected] | |
Payment Type | free |
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": "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 } |