Joomla Aliexpress Importer

It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.

ما هو Joomla Aliexpress Importer؟

Joomla Aliexpress Importer هو إضافة Chrome تم تطويرها بواسطة Webkul Software، والميزة الرئيسية لها هي "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Joomla Aliexpress Importer

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

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

                        This is used to import the products from AliExpress directly to your Joomla VirtueMart store and start selling those products at your own store with the help of "Joomla VirtueMart AliExpress Dropshipping".                    

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

الاسم Joomla Aliexpress Importer Joomla Aliexpress Importer
ID modgbjgnpmibebjdbkcmkegloikcaoka
عنوان URL الرسمي https://chrome.google.com/webstore/detail/joomla-aliexpress-importe/modgbjgnpmibebjdbkcmkegloikcaoka
الوصف It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.
حجم الملف 100 KB
عدد التثبيتات 66
النسخة الحالية 3.2
آخر تحديث 2019-10-09
تاريخ النشر 2019-10-09
المطور Webkul Software
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://webkul.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Joomla Aliexpress Importer",
    "description": "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.",
    "version": "3.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "resources\/js\/jquery.js",
                "resources\/js\/content.js"
            ],
            "css": [
                "resources\/style\/joomla_import.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "icons": {
        "128": "resources\/image\/import-icon.png"
    },
    "browser_action": {
        "default_title": "Run only when aliexpress site open",
        "default_icon": "resources\/image\/import-icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "resources\/image\/*.png",
        "resources\/js\/wk_joomlaimporter.js",
        "resources\/js\/jquery.js",
        "resources\/style\/joomla_import.css"
    ],
    "manifest_version": 2
}