UberFlow DropShipping

DropShipping extension for awesome stores!

What is UberFlow DropShipping?

UberFlow DropShipping is a Chrome extension developed by https://uberflow.io, and its main feature is "DropShipping extension for awesome stores!".

Extension Screenshots

screenshot
screenshot
screenshot

Download UberFlow DropShipping Extension CRX File

Download UberFlow DropShipping extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name UberFlow DropShipping UberFlow DropShipping
ID lcmeilodkmmdgnhoaakihlenmpimchnl
Official URL https://chromewebstore.google.com/detail/uberflow-dropshipping/lcmeilodkmmdgnhoaakihlenmpimchnl
Description DropShipping extension for awesome stores!
File Size 41.42 KB
Installation Count 997
Current Version 1.1.10
Last Updated 2020-12-07
Publish Date 2020-07-03
Rating 5.00/5 Total 4 Ratings
Developer https://uberflow.io
Email [email protected]
Payment Type free
Extension Website https://uberflow.io
Help Page URL https://help.uberflow.io
Privacy Policy Page URL https://help.uberflow.io/politicas-de-privacidade
Supported Languages 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"
    ]
}