UberFlow DropShipping
DropShipping extension for awesome stores!
Qu'est-ce que UberFlow DropShipping ?
UberFlow DropShipping est une extension Chrome développée par https://uberflow.io, et sa fonction principale est "DropShipping extension for awesome stores!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UberFlow DropShipping
Téléchargez les fichiers d'extension UberFlow DropShipping au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | lcmeilodkmmdgnhoaakihlenmpimchnl |
URL Officiel | https://chromewebstore.google.com/detail/uberflow-dropshipping/lcmeilodkmmdgnhoaakihlenmpimchnl |
Description | DropShipping extension for awesome stores! |
Taille du Fichier | 41.42 KB |
Nombre d'Installations | 997 |
Version Actuelle | 1.1.10 |
Dernière Mise à Jour | 2020-12-07 |
Date de Publication | 2020-07-03 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://uberflow.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://uberflow.io |
URL de la Page d'Aide | https://help.uberflow.io |
URL de la Page de Politique de Confidentialité | https://help.uberflow.io/politicas-de-privacidade |
Langues Prises en Charge | 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" ] } |