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.

Wat is Magento 2 AliExpress Importer?

Magento 2 AliExpress Importer is een Chrome-extensie ontwikkeld door Webkul Software, en de belangrijkste functie is "It is used to import product from AliExpress to magento store and it can be used with webkul magento2 dropship management module.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Magento 2 AliExpress Importer

Download Magento 2 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

                        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.                    

Basisinformatie over de Extensie

Naam Magento 2 AliExpress Importer Magento 2 AliExpress Importer
ID heiifejcghangjiliknlcgealkmjojdl
Officiële URL https://chromewebstore.google.com/detail/magento-2-aliexpress-impo/heiifejcghangjiliknlcgealkmjojdl
Beschrijving It is used to import product from AliExpress to magento store and it can be used with webkul magento2 dropship management module.
Bestandsgrootte 145 KB
Aantal Installaties 383
Huidige Versie 1.8.2
Laatst Bijgewerkt 2023-11-07
Publicatiedatum 2020-05-20
Beoordeling 3.00/5 Totaal 4 Beoordelingen
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": "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"
            ]
        }
    ]
}