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 | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |