Magento 2 AliExpress Importer

It is used to import product from AliExpress to magento store and it can be used with webkul magento2 dropship management module.

Apa itu Magento 2 AliExpress Importer?

Magento 2 AliExpress Importer adalah ekstensi Chrome yang dikembangkan oleh Webkul Software, dan fitur utamanya adalah "It is used to import product from AliExpress to magento store and it can be used with webkul magento2 dropship management module.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Magento 2 AliExpress Importer

Unduh file ekstensi Magento 2 AliExpress Importer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Magento 2 AliExpress Importer Magento 2 AliExpress Importer
ID heiifejcghangjiliknlcgealkmjojdl
URL Resmi https://chromewebstore.google.com/detail/magento-2-aliexpress-impo/heiifejcghangjiliknlcgealkmjojdl
Deskripsi It is used to import product from AliExpress to magento store and it can be used with webkul magento2 dropship management module.
Ukuran File 145 KB
Jumlah Instalasi 383
Versi Saat Ini 1.8.2
Terakhir Diperbarui 2023-11-07
Tanggal Publikasi 2020-05-20
Penilaian 3.00/5 Total 4 Penilaian
Pengembang Webkul Software
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://webkul.com/privacy-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magento 2 AliExpress Importer",
    "version": "1.8.2",
    "manifest_version": 3,
    "description": "It is used to import product from AliExpress to magento store and it can be used with webkul magento2 dropship management module.",
    "background": {
        "service_worker": "resources\/js\/background.js"
    },
    "icons": {
        "128": "resources\/images\/Icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "action": {
        "default_icon": "resources\/images\/icon-disabled.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "resources\/js\/wk_inserted.js",
                "resources\/js\/jquery.min.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*",
                "http:\/\/*.aliexpress.us\/*"
            ],
            "js": [
                "resources\/js\/jquery.min.js",
                "resources\/js\/content.js"
            ],
            "css": [
                "resources\/css\/dropship.css"
            ]
        }
    ]
}