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.

Qu'est-ce que Opencart AliExpress Importer ?

Opencart AliExpress Importer est une extension Chrome développée par Webkul Software, et sa fonction principale est "It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Opencart AliExpress Importer

Téléchargez les fichiers d'extension Opencart AliExpress Importer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Opencart AliExpress Importer Opencart AliExpress Importer
ID oacipfkfeiojbgojbnnkdfelggfjigla
URL Officiel https://chrome.google.com/webstore/detail/opencart-aliexpress-impor/oacipfkfeiojbgojbnnkdfelggfjigla
Description It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.
Taille du Fichier 108 KB
Nombre d'Installations 448
Version Actuelle 2.4.3
Dernière Mise à Jour 2024-01-08
Date de Publication 2021-01-23
Évaluation 1.82/5 Total 17 Évaluations
Développeur Webkul Software
Email [email protected]
Type de Paiement in_app
URL de la Page de Politique de Confidentialité https://webkul.com/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}