UberFlow DropShipping
DropShipping extension for awesome stores!
UberFlow DropShipping là gì?
UberFlow DropShipping là một tiện ích mở rộng Chrome được phát triển bởi https://uberflow.io, và tính năng chính của nó là "DropShipping extension for awesome stores!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UberFlow DropShipping
Tải xuống các tệp mở rộng UberFlow DropShipping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lcmeilodkmmdgnhoaakihlenmpimchnl |
URL Chính Thức | https://chromewebstore.google.com/detail/uberflow-dropshipping/lcmeilodkmmdgnhoaakihlenmpimchnl |
Mô tả | DropShipping extension for awesome stores! |
Kích Thước Tệp | 41.42 KB |
Số Lần Cài Đặt | 997 |
Phiên Bản Hiện Tại | 1.1.10 |
Cập Nhật Lần Cuối | 2020-12-07 |
Ngày Phát Hành | 2020-07-03 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://uberflow.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://uberflow.io |
URL Trang Trợ Giúp | https://help.uberflow.io |
URL Trang Chính Sách Bảo Mật | https://help.uberflow.io/politicas-de-privacidade |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |