UberFlow DropShipping

DropShipping extension for awesome stores!

ما هو UberFlow DropShipping؟

UberFlow DropShipping هو إضافة Chrome تم تطويرها بواسطة https://uberflow.io، والميزة الرئيسية لها هي "DropShipping extension for awesome stores!".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة UberFlow DropShipping

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

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

                        The extension was developed to help UberFlow customers connect their store with AliExpress to import products. Features of our solution: 

- Developed exclusively to UberFlow customers.
- Easy usage. Simple configuration.
- Import products with just one click.
- Works with simple products and variations.
- Import product images.                    

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

الاسم UberFlow DropShipping UberFlow DropShipping
ID lcmeilodkmmdgnhoaakihlenmpimchnl
عنوان URL الرسمي https://chromewebstore.google.com/detail/uberflow-dropshipping/lcmeilodkmmdgnhoaakihlenmpimchnl
الوصف DropShipping extension for awesome stores!
حجم الملف 41.42 KB
عدد التثبيتات 997
النسخة الحالية 1.1.10
آخر تحديث 2020-12-07
تاريخ النشر 2020-07-03
تقييم 5.00/5 مجموع تقييمات 4
المطور https://uberflow.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://uberflow.io
عنوان صفحة المساعدة https://help.uberflow.io
عنوان صفحة سياسة الخصوصية https://help.uberflow.io/politicas-de-privacidade
اللغات المدعومة en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.10",
    "default_locale": "en",
    "name": "__MSG_APP_NAME__",
    "description": "__MSG_APP_DESCRIPTION__",
    "icons": {
        "16": "icons\/default-16.png",
        "48": "icons\/default-48.png",
        "128": "icons\/default-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "inject\/injector.js",
                "lib\/vanilla.ui.js",
                "lib\/vanilla.component.js",
                "scripts\/helper.js",
                "scripts\/api.js",
                "scripts\/app.js",
                "scripts\/toolbar.js",
                "scripts\/options.js",
                "scripts\/import.js",
                "scripts\/product.js",
                "scripts\/order.js",
                "scripts\/modal.js"
            ],
            "css": [
                "styles\/app.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "inject\/script.js",
        "inject\/style.css"
    ],
    "incognito": "not_allowed",
    "permissions": [
        "https:\/\/*.aliexpress.com\/*",
        "storage"
    ]
}