UberFlow DropShipping
DropShipping extension for awesome stores!
Hvad er UberFlow DropShipping?
UberFlow DropShipping er en Chrome-udvidelse udviklet af https://uberflow.io, og dens hovedfunktion er "DropShipping extension for awesome stores!".
Udvidelsesskærmbilleder
Download UberFlow DropShipping-udvidelses-CRX-fil
Download UberFlow DropShipping-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lcmeilodkmmdgnhoaakihlenmpimchnl |
| Officiel URL | https://chromewebstore.google.com/detail/uberflow-dropshipping/lcmeilodkmmdgnhoaakihlenmpimchnl |
| Beskrivelse | DropShipping extension for awesome stores! |
| Filstørrelse | 41.42 KB |
| Antal Installationer | 997 |
| Nuværende Version | 1.1.10 |
| Senest Opdateret | 2020-12-07 |
| Udgivelsesdato | 2020-07-03 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | https://uberflow.io |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://uberflow.io |
| Hjælpeside-URL | https://help.uberflow.io |
| URL til Fortrolighedspolitik Side | https://help.uberflow.io/politicas-de-privacidade |
| Understøttede Sprog | 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"
]
} | |