Joomla Aliexpress Importer

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

Co to jest Joomla Aliexpress Importer?

Joomla Aliexpress Importer to rozszerzenie Chrome opracowane przez Webkul Software, a jego główną funkcją jest „It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Joomla Aliexpress Importer

Pobierz pliki rozszerzeń Joomla 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

                        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".                    

Podstawowe informacje o rozszerzeniu

Nazwa Joomla Aliexpress Importer Joomla Aliexpress Importer
ID modgbjgnpmibebjdbkcmkegloikcaoka
Oficjalny URL https://chrome.google.com/webstore/detail/joomla-aliexpress-importe/modgbjgnpmibebjdbkcmkegloikcaoka
Opis It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.
Rozmiar pliku 100 KB
Liczba instalacji 66
Aktualna Wersja 3.2
Ostatnia Aktualizacja 2019-10-09
Data Publikacji 2019-10-09
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": "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
}