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.
什么是Magento 1 AliExpress Importer?
Magento 1 AliExpress Importer是由Webkul Software开发的Chrome扩展程序,该扩展的主要功能是“It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.”。
扩展截图
下载Magento 1 AliExpress Importer扩展crx文件
下载Magento 1 AliExpress Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Magento Aliexpress Importer will import products of Aliexpress to your Magento store and can start selling those products within his own store very easily.                     扩展基本信息
| 名称 |   |  
| ID | fbcicgnpjccdcankcehaopgaojoohkjm | 
| 官方URL | https://chromewebstore.google.com/detail/magento-1-aliexpress-impo/fbcicgnpjccdcankcehaopgaojoohkjm | 
| 简介 | It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module. | 
| 文件大小 | 153 KB | 
| 安装次数 | 40 | 
| 当前版本 | 1.8.1 | 
| 更新时间 | 2021-12-18 | 
| 上架时间 | 2019-07-24 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | Webkul Software | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 隐私政策页面URL | https://webkul.com/privacy-policy | 
| 支持的语言 | 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"
            ]
        }
    ]
}  |  |