UberFlow DropShipping
DropShipping extension for awesome stores!
Что такое UberFlow DropShipping?
UberFlow DropShipping - это расширение Chrome, разработанное https://uberflow.io, и его основная функция - "DropShipping extension for awesome stores!".
Снимки экрана расширения
Скачать файл CRX расширения UberFlow DropShipping
Скачайте файлы расширений UberFlow DropShipping в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | lcmeilodkmmdgnhoaakihlenmpimchnl |
Официальный URL | https://chromewebstore.google.com/detail/uberflow-dropshipping/lcmeilodkmmdgnhoaakihlenmpimchnl |
Описание | DropShipping extension for awesome stores! |
Размер файла | 41.42 KB |
Количество установок | 997 |
Текущая Версия | 1.1.10 |
Последнее Обновление | 2020-12-07 |
Дата публикации | 2020-07-03 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | https://uberflow.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://uberflow.io |
URL страницы помощи | https://help.uberflow.io |
URL страницы политики конфиденциальности | https://help.uberflow.io/politicas-de-privacidade |
Поддерживаемые языки | 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" ] } |