Magento 2 Mp AliExpress Product Importer

It is used to import product from AliExpress to magento store for marketplace sellers.

Τι είναι το Magento 2 Mp AliExpress Product Importer;

Το Magento 2 Mp AliExpress Product Importer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Webkul Software, και η κύρια λειτουργία του είναι "It is used to import product from AliExpress to magento store for marketplace sellers.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Magento 2 Mp AliExpress Product Importer

Λήψη αρχείων επέκτασης Magento 2 Mp AliExpress Product Importer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Overview 
The extension allows the vendors of the marketplace to import the products directly from AliExpress to their Magneto store. AliExpress is one of the top e-commerce marketplace stores grouped by Alibaba. The module allows the merchants to manage the default product details for the imported products from AliExpress.

Easy Authentication 
For importing the products from the AliExpress store, the sellers and their stores must be authenticated. For this, the sellers will enter their Magento store URL. Merchants also need to provide the Username and Token for the seller authentication. The token can be easily regenerated by sellers. This authentication will allow only reliable sellers to import the products.

Why And Where To Use This Extension 
The extension is used in Dropshipping. Webkul's Magento 2 Multi-Vendor Dropship is the module that provides the sellers with multiple features of dropshipping. 
Import the products from AliExpress store and sell them to your Magento store.

Features 
With the feature of importing the products, 
The extension also allows the merchants to edit the product details like the Name, Price, SEO details, etc. 
The merchants can also fetch the product description, information, reference images, and the Reviews along with the products.
The seller can manage either to import the reviews and images with the product, or not.

For any further communication or sharing views, please connect us at http://webkul.uvdesk.com.

Link to purchase: https://store.webkul.com/magento2-multi-vendor-aliexpress-importer.html

For More Details Read User Guide: https://webkul.com/blog/multi-vendor-marketplace-aliexpress-product-importer/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Magento 2 Mp AliExpress Product Importer Magento 2 Mp AliExpress Product Importer
ID eiplhpijcfommjlpmdlbfcobkphledjd
Επίσημο URL https://chromewebstore.google.com/detail/magento-2-mp-aliexpress-p/eiplhpijcfommjlpmdlbfcobkphledjd
Περιγραφή It is used to import product from AliExpress to magento store for marketplace sellers.
Μέγεθος Αρχείου 145 KB
Αριθμός Εγκαταστάσεων 77
Τρέχουσα Έκδοση 1.7.8
Τελευταία Ενημέρωση 2023-12-21
Ημερομηνία Δημοσίευσης 2020-03-02
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Webkul Software
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://webkul.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magento 2 Mp AliExpress Product Importer",
    "version": "1.7.8",
    "manifest_version": 3,
    "description": "It is used to import product from AliExpress to magento store for marketplace sellers.",
    "background": {
        "service_worker": "resources\/js\/background.js"
    },
    "icons": {
        "128": "resources\/images\/Icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "action": {
        "default_icon": "resources\/images\/icon-disabled.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "resources\/js\/wk_insert_html.js",
                "resources\/js\/jquery.min.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*",
                "http:\/\/*.aliexpress.us\/*"
            ],
            "js": [
                "resources\/js\/jquery.min.js",
                "resources\/js\/content.js"
            ],
            "css": [
                "resources\/css\/marketplace_aliexpress_import.css"
            ]
        }
    ]
}