Magento 2 AliExpress Importer

It is used to import product from AliExpress to magento store and it can be used with webkul magento2 dropship management module.

Qu'est-ce que Magento 2 AliExpress Importer ?

Magento 2 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 magento store and it can be used with webkul magento2 dropship management module.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Magento 2 AliExpress Importer

Téléchargez les fichiers d'extension Magento 2 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

                        Magento 2 Aliexpress Importer will import products of Aliexpress to your Magento 2 store and can start selling those products within his own store very easily.                    

Informations de Base sur l'Extension

Nom Magento 2 AliExpress Importer Magento 2 AliExpress Importer
ID heiifejcghangjiliknlcgealkmjojdl
URL Officiel https://chromewebstore.google.com/detail/magento-2-aliexpress-impo/heiifejcghangjiliknlcgealkmjojdl
Description It is used to import product from AliExpress to magento store and it can be used with webkul magento2 dropship management module.
Taille du Fichier 145 KB
Nombre d'Installations 383
Version Actuelle 1.8.2
Dernière Mise à Jour 2023-11-07
Date de Publication 2020-05-20
Évaluation 3.00/5 Total 4 Évaluations
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": "Magento 2 AliExpress Importer",
    "version": "1.8.2",
    "manifest_version": 3,
    "description": "It is used to import product from AliExpress to magento store and it can be used with webkul magento2 dropship management module.",
    "background": {
        "service_worker": "resources\/js\/background.js"
    },
    "icons": {
        "128": "resources\/images\/Icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "action": {
        "default_icon": "resources\/images\/icon-disabled.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "resources\/js\/wk_inserted.js",
                "resources\/js\/jquery.min.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*",
                "http:\/\/*.aliexpress.us\/*"
            ],
            "js": [
                "resources\/js\/jquery.min.js",
                "resources\/js\/content.js"
            ],
            "css": [
                "resources\/css\/dropship.css"
            ]
        }
    ]
}