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.

What is Magento 1 AliExpress Importer?

Magento 1 AliExpress Importer is a Chrome extension developed by Webkul Software, and its main feature is "It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Magento 1 AliExpress Importer Extension CRX File

Download Magento 1 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

                        Magento Aliexpress Importer will import products of Aliexpress to your Magento store and can start selling those products within his own store very easily.                    

Extension Basic Information

Name Magento 1 AliExpress Importer Magento 1 AliExpress Importer
ID fbcicgnpjccdcankcehaopgaojoohkjm
Official URL https://chromewebstore.google.com/detail/magento-1-aliexpress-impo/fbcicgnpjccdcankcehaopgaojoohkjm
Description It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.
File Size 153 KB
Installation Count 40
Current Version 1.8.1
Last Updated 2021-12-18
Publish Date 2019-07-24
Rating 5.00/5 Total 1 Ratings
Developer Webkul Software
Email [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": "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"
            ]
        }
    ]
}