UberFlow DropShipping
DropShipping extension for awesome stores!
UberFlow DropShipping란 무엇입니까?
UberFlow DropShipping은(는) https://uberflow.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DropShipping extension for awesome stores!"입니다.
확장 프로그램 스크린샷
UberFlow DropShipping 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |