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.

Cos'è Magento 1 AliExpress Importer?

Magento 1 AliExpress Importer è un'estensione di Chrome sviluppata da Webkul Software, e la sua funzione principale è "It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Magento 1 AliExpress Importer

Scarica i file di estensione Magento 1 AliExpress Importer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Magento 1 AliExpress Importer Magento 1 AliExpress Importer
ID fbcicgnpjccdcankcehaopgaojoohkjm
URL Ufficiale https://chromewebstore.google.com/detail/magento-1-aliexpress-impo/fbcicgnpjccdcankcehaopgaojoohkjm
Descrizione It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.
Dimensione del File 153 KB
Conteggio Installazioni 40
Versione Corrente 1.8.1
Ultimo Aggiornamento 2021-12-18
Data di Pubblicazione 2019-07-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Webkul Software
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://webkul.com/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}