UberFlow DropShipping

DropShipping extension for awesome stores!

Apa itu UberFlow DropShipping?

UberFlow DropShipping adalah ekstensi Chrome yang dikembangkan oleh https://uberflow.io, dan fitur utamanya adalah "DropShipping extension for awesome stores!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi UberFlow DropShipping

Unduh file ekstensi UberFlow DropShipping dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama UberFlow DropShipping UberFlow DropShipping
ID lcmeilodkmmdgnhoaakihlenmpimchnl
URL Resmi https://chromewebstore.google.com/detail/uberflow-dropshipping/lcmeilodkmmdgnhoaakihlenmpimchnl
Deskripsi DropShipping extension for awesome stores!
Ukuran File 41.42 KB
Jumlah Instalasi 997
Versi Saat Ini 1.1.10
Terakhir Diperbarui 2020-12-07
Tanggal Publikasi 2020-07-03
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://uberflow.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://uberflow.io
URL Halaman Bantuan https://help.uberflow.io
URL Halaman Kebijakan Privasi https://help.uberflow.io/politicas-de-privacidade
Bahasa yang Didukung 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"
    ]
}