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.
Co to jest Opencart AliExpress Importer?
Opencart AliExpress Importer to rozszerzenie Chrome opracowane przez Webkul Software, a jego główną funkcją jest „It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Opencart AliExpress Importer
Pobierz pliki rozszerzeń Opencart 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
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | oacipfkfeiojbgojbnnkdfelggfjigla |
Oficjalny URL | https://chrome.google.com/webstore/detail/opencart-aliexpress-impor/oacipfkfeiojbgojbnnkdfelggfjigla |
Opis | It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module. |
Rozmiar pliku | 108 KB |
Liczba instalacji | 448 |
Aktualna Wersja | 2.4.3 |
Ostatnia Aktualizacja | 2024-01-08 |
Data Publikacji | 2021-01-23 |
Ocena | 1.82/5 Łącznie 17 Oceny |
Deweloper | Webkul Software |
[email protected] | |
Typ Płatności | in_app |
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": "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" ] } ] } |