UberFlow DropShipping
DropShipping extension for awesome stores!
Wat is UberFlow DropShipping?
UberFlow DropShipping is een Chrome-extensie ontwikkeld door https://uberflow.io, en de belangrijkste functie is "DropShipping extension for awesome stores!".
Extensie Screenshots
Download het CRX-bestand van de extensie UberFlow DropShipping
Download UberFlow DropShipping-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | lcmeilodkmmdgnhoaakihlenmpimchnl |
Officiële URL | https://chromewebstore.google.com/detail/uberflow-dropshipping/lcmeilodkmmdgnhoaakihlenmpimchnl |
Beschrijving | DropShipping extension for awesome stores! |
Bestandsgrootte | 41.42 KB |
Aantal Installaties | 997 |
Huidige Versie | 1.1.10 |
Laatst Bijgewerkt | 2020-12-07 |
Publicatiedatum | 2020-07-03 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://uberflow.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://uberflow.io |
Help Pagina-URL | https://help.uberflow.io |
URL van de Privacybeleid Pagina | https://help.uberflow.io/politicas-de-privacidade |
Ondersteunde Talen | 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" ] } |