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.

Vad är Magento 1 AliExpress Importer?

Magento 1 AliExpress Importer är en Chrome-tillägg utvecklad av Webkul Software, och dess huvudfunktion är "It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Magento 1 AliExpress Importer-förlängningens CRX-fil

Ladda ner Magento 1 AliExpress Importer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Magento 1 AliExpress Importer Magento 1 AliExpress Importer
ID fbcicgnpjccdcankcehaopgaojoohkjm
Officiell webbadress https://chromewebstore.google.com/detail/magento-1-aliexpress-impo/fbcicgnpjccdcankcehaopgaojoohkjm
Beskrivning It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.
Filstorlek 153 KB
Antal Installationer 40
Aktuell Version 1.8.1
Senast Uppdaterad 2021-12-18
Publiceringsdatum 2019-07-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Webkul Software
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://webkul.com/privacy-policy
Stödda Språk 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"
            ]
        }
    ]
}