UberFlow DropShipping

DropShipping extension for awesome stores!

UberFlow DropShipping क्या है?

UberFlow DropShipping https://uberflow.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "DropShipping extension for awesome stores!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UberFlow DropShipping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://help.uberflow.io
गोपनीयता नीति पृष्ठ URL 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"
    ]
}