UberFlow DropShipping

DropShipping extension for awesome stores!

什么是UberFlow DropShipping?

UberFlow DropShipping是由https://uberflow.io开发的Chrome扩展程序,该扩展的主要功能是“DropShipping extension for awesome stores!”。

扩展截图

screenshot
screenshot
screenshot

下载UberFlow DropShipping扩展crx文件

下载UberFlow DropShipping扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}