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 là gì?

Magento 1 AliExpress Importer là một tiện ích mở rộng Chrome được phát triển bởi Webkul Software, và tính năng chính của nó là "It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Magento 1 AliExpress Importer

Tải xuống các tệp mở rộng Magento 1 AliExpress Importer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Magento 1 AliExpress Importer Magento 1 AliExpress Importer
ID fbcicgnpjccdcankcehaopgaojoohkjm
URL Chính Thức https://chromewebstore.google.com/detail/magento-1-aliexpress-impo/fbcicgnpjccdcankcehaopgaojoohkjm
Mô tả It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.
Kích Thước Tệp 153 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.8.1
Cập Nhật Lần Cuối 2021-12-18
Ngày Phát Hành 2019-07-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Webkul Software
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://webkul.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}