Joomla Aliexpress Importer

It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.

Joomla Aliexpress Importer là gì?

Joomla 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 Joomla store and it can be used with webkul Joomla Aliexpress Importer.".

Ả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 Joomla Aliexpress Importer

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

                        This is used to import the products from AliExpress directly to your Joomla VirtueMart store and start selling those products at your own store with the help of "Joomla VirtueMart AliExpress Dropshipping".                    

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

Tên Joomla Aliexpress Importer Joomla Aliexpress Importer
ID modgbjgnpmibebjdbkcmkegloikcaoka
URL Chính Thức https://chrome.google.com/webstore/detail/joomla-aliexpress-importe/modgbjgnpmibebjdbkcmkegloikcaoka
Mô tả It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.
Kích Thước Tệp 100 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 3.2
Cập Nhật Lần Cuối 2019-10-09
Ngày Phát Hành 2019-10-09
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": "Joomla Aliexpress Importer",
    "description": "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.",
    "version": "3.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "resources\/js\/jquery.js",
                "resources\/js\/content.js"
            ],
            "css": [
                "resources\/style\/joomla_import.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "icons": {
        "128": "resources\/image\/import-icon.png"
    },
    "browser_action": {
        "default_title": "Run only when aliexpress site open",
        "default_icon": "resources\/image\/import-icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "resources\/image\/*.png",
        "resources\/js\/wk_joomlaimporter.js",
        "resources\/js\/jquery.js",
        "resources\/style\/joomla_import.css"
    ],
    "manifest_version": 2
}