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.

Co to jest Magento 2 AliExpress Importer?

Magento 2 AliExpress Importer to rozszerzenie Chrome opracowane przez Webkul Software, a jego główną funkcją jest „It is used to import product from AliExpress to magento store and it can be used with webkul magento2 dropship management module.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Magento 2 AliExpress Importer

Pobierz pliki rozszerzeń Magento 2 AliExpress Importer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Magento 2 AliExpress Importer Magento 2 AliExpress Importer
ID heiifejcghangjiliknlcgealkmjojdl
Oficjalny URL https://chromewebstore.google.com/detail/magento-2-aliexpress-impo/heiifejcghangjiliknlcgealkmjojdl
Opis It is used to import product from AliExpress to magento store and it can be used with webkul magento2 dropship management module.
Rozmiar pliku 145 KB
Liczba instalacji 383
Aktualna Wersja 1.8.2
Ostatnia Aktualizacja 2023-11-07
Data Publikacji 2020-05-20
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper Webkul Software
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://webkul.com/privacy-policy
Obsługiwane Języki 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"
            ]
        }
    ]
}