Opencart AliExpress Importer

It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.

Opencart AliExpress Importer là gì?

Opencart 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 opencart store and it can be used with webkul opencart dropship management module.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Opencart 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

                        OpenCart Aliexpress Importer will import products from Aliexpress.com to your OpenCart store and you can start selling products of Aliexpress within your own store very easily.

http://opencart.webkul.com/Opencart-Dropship-Management-Module                    

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

Tên Opencart AliExpress Importer Opencart AliExpress Importer
ID oacipfkfeiojbgojbnnkdfelggfjigla
URL Chính Thức https://chrome.google.com/webstore/detail/opencart-aliexpress-impor/oacipfkfeiojbgojbnnkdfelggfjigla
Mô tả It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 448
Phiên Bản Hiện Tại 2.4.3
Cập Nhật Lần Cuối 2024-01-08
Ngày Phát Hành 2021-01-23
Đánh Giá 1.82/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Webkul Software
Email [email protected]
Loại Thanh Toán in_app
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": "Opencart AliExpress Importer",
    "version": "2.4.3",
    "manifest_version": 3,
    "description": "It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.",
    "background": {
        "service_worker": "resources\/scripts\/background.js"
    },
    "icons": {
        "128": "resources\/image\/icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.aliexpress.com\/",
        "https:\/\/*.aliexpress.com\/"
    ],
    "action": {
        "default_icon": "resources\/image\/icon-disabled.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/scripts\/jquery.min.js",
                "resources\/scripts\/wk_inserted.js",
                "resources\/image\/*.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "resources\/scripts\/jquery.min.js",
                "resources\/scripts\/content.js"
            ],
            "css": [
                "resources\/css\/dropship.css"
            ]
        }
    ]
}