UberFlow DropShipping
DropShipping extension for awesome stores!
Cos'è UberFlow DropShipping?
UberFlow DropShipping è un'estensione di Chrome sviluppata da https://uberflow.io, e la sua funzione principale è "DropShipping extension for awesome stores!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UberFlow DropShipping
Scarica i file di estensione UberFlow DropShipping in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | lcmeilodkmmdgnhoaakihlenmpimchnl |
URL Ufficiale | https://chromewebstore.google.com/detail/uberflow-dropshipping/lcmeilodkmmdgnhoaakihlenmpimchnl |
Descrizione | DropShipping extension for awesome stores! |
Dimensione del File | 41.42 KB |
Conteggio Installazioni | 997 |
Versione Corrente | 1.1.10 |
Ultimo Aggiornamento | 2020-12-07 |
Data di Pubblicazione | 2020-07-03 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://uberflow.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://uberflow.io |
URL della Pagina di Aiuto | https://help.uberflow.io |
URL della Pagina della Politica sulla Privacy | https://help.uberflow.io/politicas-de-privacidade |
Lingue Supportate | 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" ] } |