Joomla Aliexpress Importer

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

Was ist Joomla Aliexpress Importer?

Joomla Aliexpress Importer ist eine Chrome-Erweiterung, die von Webkul Software entwickelt wurde, und ihr Hauptmerkmal ist "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Joomla Aliexpress Importer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Joomla Aliexpress Importer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Joomla Aliexpress Importer Joomla Aliexpress Importer
ID modgbjgnpmibebjdbkcmkegloikcaoka
Offizielle URL https://chrome.google.com/webstore/detail/joomla-aliexpress-importe/modgbjgnpmibebjdbkcmkegloikcaoka
Beschreibung It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.
Dateigröße 100 KB
Installationsanzahl 66
Aktuelle Version 3.2
Letztes Update 2019-10-09
Veröffentlichungsdatum 2019-10-09
Entwickler Webkul Software
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://webkul.com/privacy-policy
Unterstützte Sprachen 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
}