Prestashop AliExpress Importer

This extension is used to import product from aliexpress to Prestashop.

Wat is Prestashop AliExpress Importer?

Prestashop AliExpress Importer is een Chrome-extensie ontwikkeld door Webkul Software, en de belangrijkste functie is "This extension is used to import product from aliexpress to Prestashop.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Prestashop AliExpress Importer

Download Prestashop 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

                        PrestaShop AliExpress Importer is used to import product from AliExpress to PrestaShop store and it can be used with Webkul PrestaShop Dropshipping Module.
With this importer, you can easily import products from AliExpress.com and even add them to a cart upon order placement in your PrestaShop store. By utilizing this tool, you can quickly and effortlessly begin DropShipping products from AliExpress within your own store.                    

Basisinformatie over de Extensie

Naam Prestashop AliExpress Importer Prestashop AliExpress Importer
ID iochebggflimfedlldfjjomnkpoikknk
Officiële URL https://chromewebstore.google.com/detail/prestashop-aliexpress-imp/iochebggflimfedlldfjjomnkpoikknk
Beschrijving This extension is used to import product from aliexpress to Prestashop.
Bestandsgrootte 83.92 KB
Aantal Installaties 623
Huidige Versie 1.1.4
Laatst Bijgewerkt 2023-08-16
Publicatiedatum 2019-09-12
Beoordeling 2.62/5 Totaal 13 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": "Prestashop AliExpress Importer",
    "description": "This extension is used to import product from aliexpress to Prestashop.",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "version": "1.1.4",
    "offline_enabled": false,
    "background": {
        "service_worker": "resources\/js\/background.js"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "icons": {
        "128": "resources\/image\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/image\/logo.png",
                "resources\/image\/cross.png",
                "resources\/image\/icon.png",
                "resources\/image\/icon-disabled.png",
                "resources\/image\/icon-enabled.png",
                "resources\/js\/jquery.min.js",
                "resources\/js\/wk_inserted.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*",
                "http:\/\/*.aliexpress.us\/*",
                "http:\/\/es.aliexpress.us\/*",
                "https:\/\/es.aliexpress.us\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*",
                "http:\/\/*.aliexpress.us\/*",
                "http:\/\/es.aliexpress.us\/*"
            ],
            "all_frames": true,
            "css": [
                "resources\/css\/dropship.css"
            ],
            "js": [
                "resources\/js\/jquery.min.js",
                "resources\/js\/content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "resources\/image\/icon-disabled.png",
        "default_popup": "resources\/html\/enabledPopUp.html"
    }
}