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.
Co to jest Magento 1 AliExpress Importer?
Magento 1 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 magento1 dropship management module.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Magento 1 AliExpress Importer
Pobierz pliki rozszerzeń Magento 1 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 Aliexpress Importer will import products of Aliexpress to your Magento store and can start selling those products within his own store very easily.
Podstawowe informacje o rozszerzeniu
Nazwa | Magento 1 AliExpress Importer |
ID | fbcicgnpjccdcankcehaopgaojoohkjm |
Oficjalny URL | https://chromewebstore.google.com/detail/magento-1-aliexpress-impo/fbcicgnpjccdcankcehaopgaojoohkjm |
Opis | It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module. |
Rozmiar pliku | 153 KB |
Liczba instalacji | 40 |
Aktualna Wersja | 1.8.1 |
Ostatnia Aktualizacja | 2021-12-18 |
Data Publikacji | 2019-07-24 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Webkul Software |
[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 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" ] } ] } |