Magento 2 AliExpress Importer

It is used to import product from AliExpress to magento store and it can be used with webkul magento2 dropship management module.

ما هو Magento 2 AliExpress Importer؟

Magento 2 AliExpress Importer هو إضافة Chrome تم تطويرها بواسطة Webkul Software، والميزة الرئيسية لها هي "It is used to import product from AliExpress to magento store and it can be used with webkul magento2 dropship management module.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Magento 2 AliExpress Importer

قم بتنزيل ملفات الامتداد Magento 2 AliExpress Importer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Magento 2 AliExpress Importer Magento 2 AliExpress Importer
ID heiifejcghangjiliknlcgealkmjojdl
عنوان URL الرسمي https://chromewebstore.google.com/detail/magento-2-aliexpress-impo/heiifejcghangjiliknlcgealkmjojdl
الوصف It is used to import product from AliExpress to magento store and it can be used with webkul magento2 dropship management module.
حجم الملف 145 KB
عدد التثبيتات 383
النسخة الحالية 1.8.2
آخر تحديث 2023-11-07
تاريخ النشر 2020-05-20
تقييم 3.00/5 مجموع تقييمات 4
المطور Webkul Software
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://webkul.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magento 2 AliExpress Importer",
    "version": "1.8.2",
    "manifest_version": 3,
    "description": "It is used to import product from AliExpress to magento store and it can be used with webkul magento2 dropship management module.",
    "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_inserted.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\/dropship.css"
            ]
        }
    ]
}