Dropshipman-Aliexpress&Temu Product Importer

Import and sync products from AliExpress / Temu to your Shopify store

ما هو Dropshipman-Aliexpress&Temu Product Importer؟

Dropshipman-Aliexpress&Temu Product Importer هو إضافة Chrome تم تطويرها بواسطة https://dropshipman.com، والميزة الرئيسية لها هي "Import and sync products from AliExpress / Temu to your Shopify store".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Dropshipman-Aliexpress&Temu Product Importer

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

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

                        1. Login the app DropShipMan in your shopify store
2. Go to Aliexpress.com/temu.com
3. Start using the extension when you browse categories, store, wishlist or search for products on AliExpress/Temu.
4. Bulk add products in categories or search page required that the page scroll to the bottom for AliExpress have loads the products.                    

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

الاسم Dropshipman-Aliexpress&Temu Product Importer Dropshipman-Aliexpress&Temu Product Importer
ID bobhjedlciclpchpelkgiojkmmfgnihg
عنوان URL الرسمي https://chromewebstore.google.com/detail/dropshipman-aliexpresstem/bobhjedlciclpchpelkgiojkmmfgnihg
الوصف Import and sync products from AliExpress / Temu to your Shopify store
حجم الملف 225 KB
عدد التثبيتات 4,000
النسخة الحالية 2.1.0
آخر تحديث 2024-02-27
تاريخ النشر 2020-08-20
تقييم 4.00/5 مجموع تقييمات 4
المطور https://dropshipman.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.dropshipman.com/
عنوان صفحة المساعدة https://www.dropshipman.com/blogs/import-products/how-to-add-aliexpress-products-to-dropshipman-by-chrome-extension
عنوان صفحة سياسة الخصوصية https://www.dropshipman.com/blog/DropShipMan-Privacy-Policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dropshipman-Aliexpress&Temu Product Importer",
    "version": "2.1.0",
    "manifest_version": 3,
    "description": "Import and sync products from AliExpress \/ Temu to your Shopify store",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "action": {
        "default_title": "Dropshipman-Aliexpress&Temu Product Importer",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.temu.com\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*",
                "https:\/\/*.1688.com\/*",
                "*:\/\/*.dropshipman.com\/*"
            ],
            "js": [
                ".\/content_scripts.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/api.dropshipman.com\/*",
        "https:\/\/test-api.dropshipman.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/logo128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}