UberFlow DropShipping
DropShipping extension for awesome stores!
Was ist UberFlow DropShipping?
UberFlow DropShipping ist eine Chrome-Erweiterung, die von https://uberflow.io entwickelt wurde, und ihr Hauptmerkmal ist "DropShipping extension for awesome stores!".
Erweiterungsscreenshots
UberFlow DropShipping-Erweiterungs-CRX-Datei herunterladen
Laden Sie UberFlow DropShipping-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lcmeilodkmmdgnhoaakihlenmpimchnl |
Offizielle URL | https://chromewebstore.google.com/detail/uberflow-dropshipping/lcmeilodkmmdgnhoaakihlenmpimchnl |
Beschreibung | DropShipping extension for awesome stores! |
Dateigröße | 41.42 KB |
Installationsanzahl | 997 |
Aktuelle Version | 1.1.10 |
Letztes Update | 2020-12-07 |
Veröffentlichungsdatum | 2020-07-03 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://uberflow.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://uberflow.io |
Hilfeseite URL | https://help.uberflow.io |
URL der Datenschutzrichtlinien-Seite | https://help.uberflow.io/politicas-de-privacidade |
Unterstützte Sprachen | 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" ] } |