ExpandCart AliExpress Integration

This extension imports products from aliexpress to your ExpandCart store.

ما هو ExpandCart AliExpress Integration؟

ExpandCart AliExpress Integration هو إضافة Chrome تم تطويرها بواسطة https://expandcart.com، والميزة الرئيسية لها هي "This extension imports products from aliexpress to your ExpandCart store.".

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

screenshot

تحميل ملف CRX للإضافة ExpandCart AliExpress Integration

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

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

                        This extension helps you import products directly from AliExpress to you ExpandCart store. 

You can import single products or import products in bulk.

You can edit product details before importing, to make it easy for you to manage your product.

When you full-fill an order from ExpandCart the extension will help you fill the order details and take you directly to the product order page in AliExpress.

Start your store today at ExpandCart and install the AliExpress Integration App

https://www.expandcart.com                    

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

الاسم ExpandCart AliExpress Integration ExpandCart AliExpress Integration
ID djkgogfdadkjljaplcgigkcoofhikcke
عنوان URL الرسمي https://chromewebstore.google.com/detail/expandcart-aliexpress-int/djkgogfdadkjljaplcgigkcoofhikcke
الوصف This extension imports products from aliexpress to your ExpandCart store.
حجم الملف 113 KB
عدد التثبيتات 2,314
النسخة الحالية 2.5.8
آخر تحديث 2024-02-16
تاريخ النشر 2020-06-10
تقييم 2.00/5 مجموع تقييمات 11
المطور https://expandcart.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.expandcart.com
عنوان صفحة المساعدة https://support.expandcart.com
عنوان صفحة سياسة الخصوصية https://www.expandcart.com/en/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ExpandCart AliExpress Integration",
    "version": "2.5.8",
    "manifest_version": 2,
    "description": "This extension imports products from aliexpress to your ExpandCart store.",
    "background": {
        "scripts": [
            "resources\/scripts\/background.js"
        ]
    },
    "icons": {
        "128": "resources\/image\/icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "resources\/image\/icon-disabled.png"
    },
    "web_accessible_resources": [
        "*.png",
        "resources\/scripts\/jquery.min.js",
        "resources\/scripts\/ec_inserted.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "resources\/scripts\/jquery.min.js",
                "resources\/scripts\/content.js"
            ],
            "css": [
                "resources\/css\/dropship.css"
            ]
        }
    ]
}