Opencart AliExpress Importer

It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.

Wat is Opencart AliExpress Importer?

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

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Opencart AliExpress Importer

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

                        OpenCart Aliexpress Importer will import products from Aliexpress.com to your OpenCart store and you can start selling products of Aliexpress within your own store very easily.

http://opencart.webkul.com/Opencart-Dropship-Management-Module                    

Basisinformatie over de Extensie

Naam Opencart AliExpress Importer Opencart AliExpress Importer
ID oacipfkfeiojbgojbnnkdfelggfjigla
Officiële URL https://chrome.google.com/webstore/detail/opencart-aliexpress-impor/oacipfkfeiojbgojbnnkdfelggfjigla
Beschrijving It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.
Bestandsgrootte 108 KB
Aantal Installaties 448
Huidige Versie 2.4.3
Laatst Bijgewerkt 2024-01-08
Publicatiedatum 2021-01-23
Beoordeling 1.82/5 Totaal 17 Beoordelingen
Ontwikkelaar Webkul Software
E-mail [email protected]
Betalingswijze in_app
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": "Opencart AliExpress Importer",
    "version": "2.4.3",
    "manifest_version": 3,
    "description": "It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.",
    "background": {
        "service_worker": "resources\/scripts\/background.js"
    },
    "icons": {
        "128": "resources\/image\/icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.aliexpress.com\/",
        "https:\/\/*.aliexpress.com\/"
    ],
    "action": {
        "default_icon": "resources\/image\/icon-disabled.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/scripts\/jquery.min.js",
                "resources\/scripts\/wk_inserted.js",
                "resources\/image\/*.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "resources\/scripts\/jquery.min.js",
                "resources\/scripts\/content.js"
            ],
            "css": [
                "resources\/css\/dropship.css"
            ]
        }
    ]
}