Joomla Aliexpress Importer

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

Qu'est-ce que Joomla Aliexpress Importer ?

Joomla Aliexpress Importer est une extension Chrome développée par Webkul Software, et sa fonction principale est "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Joomla Aliexpress Importer

Téléchargez les fichiers d'extension Joomla Aliexpress Importer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Joomla Aliexpress Importer Joomla Aliexpress Importer
ID modgbjgnpmibebjdbkcmkegloikcaoka
URL Officiel https://chrome.google.com/webstore/detail/joomla-aliexpress-importe/modgbjgnpmibebjdbkcmkegloikcaoka
Description It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.
Taille du Fichier 100 KB
Nombre d'Installations 66
Version Actuelle 3.2
Dernière Mise à Jour 2019-10-09
Date de Publication 2019-10-09
Développeur Webkul Software
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://webkul.com/privacy-policy
Langues Prises en Charge 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
}