Magento 1 AliExpress Importer

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

Hvad er Magento 1 AliExpress Importer?

Magento 1 AliExpress Importer er en Chrome-udvidelse udviklet af Webkul Software, og dens hovedfunktion er "It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Magento 1 AliExpress Importer-udvidelses-CRX-fil

Download Magento 1 AliExpress Importer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Magento 1 AliExpress Importer Magento 1 AliExpress Importer
ID fbcicgnpjccdcankcehaopgaojoohkjm
Officiel URL https://chromewebstore.google.com/detail/magento-1-aliexpress-impo/fbcicgnpjccdcankcehaopgaojoohkjm
Beskrivelse It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.
Filstørrelse 153 KB
Antal Installationer 40
Nuværende Version 1.8.1
Senest Opdateret 2021-12-18
Udgivelsesdato 2019-07-24
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Webkul Software
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://webkul.com/privacy-policy
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magento 1 AliExpress Importer",
    "version": "1.8.1",
    "manifest_version": 2,
    "description": "It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.",
    "background": {
        "scripts": [
            "resources\/js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "resources\/images\/Icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "resources\/images\/icon-disabled.png"
    },
    "web_accessible_resources": [
        "*.png",
        "resources\/js\/wk_inserted.js",
        "resources\/js\/jquery.min.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "resources\/js\/jquery.min.js",
                "resources\/js\/content.js"
            ],
            "css": [
                "resources\/css\/dropship.css"
            ]
        }
    ]
}