Joomla Aliexpress Importer

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

Wat is Joomla Aliexpress Importer?

Joomla Aliexpress Importer is een Chrome-extensie ontwikkeld door Webkul Software, en de belangrijkste functie is "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Joomla Aliexpress Importer

Download Joomla Aliexpress Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Joomla Aliexpress Importer Joomla Aliexpress Importer
ID modgbjgnpmibebjdbkcmkegloikcaoka
Officiële URL https://chrome.google.com/webstore/detail/joomla-aliexpress-importe/modgbjgnpmibebjdbkcmkegloikcaoka
Beschrijving It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.
Bestandsgrootte 100 KB
Aantal Installaties 66
Huidige Versie 3.2
Laatst Bijgewerkt 2019-10-09
Publicatiedatum 2019-10-09
Ontwikkelaar Webkul Software
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://webkul.com/privacy-policy
Ondersteunde Talen 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
}