Dropazz Product Importer
Dropazz product importer, is extenssion built to download products from Aliexpress store
Dropazz Product Importer란 무엇입니까?
Dropazz Product Importer은(는) DeGenius에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dropazz product importer, is extenssion built to download products from Aliexpress store"입니다.
확장 프로그램 스크린샷
Dropazz Product Importer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Dropazz chrome extension helps you quickly download products from aliexpress. The one tool you need without limits to run a successful dropshipping business. Save time and stress, in one click auto download hot selling products from aliexpress into your dropazz account, from your dropazz account push the products in one click to your linked store in dropazz. This extension makes sure you get clean images, videos, product description, product variation and lots more in one click. What is dropazz? Dropazz is a web app that helps you to automate your dropshipping business completely, ranging from product research, to downloading of products and fulfilling of orders. We are sure you can not miss. Why Use dropazz chrome extension? If you have say 500 products you are willing to download into your store but can't find all of such products in your dropazz account, our chrome extension helps you download even more than 500 products directly from aliexpress in just a few clicks. Must I have dropazz account before I use dropazz aliexpress product download extension? Yes. You need droopazz account to be able to link your store that in turn dropazz chrome extension can push your product downloaded into for sales. Now you can save time in product download and order fulfillment, dropazz helps you do just that.
확장 프로그램 기본 정보
이름 | Dropazz Product Importer |
ID | hnnffnnafcjaakneeicemkcfkoihgnjp |
공식 URL | https://chromewebstore.google.com/detail/dropazz-product-importer/hnnffnnafcjaakneeicemkcfkoihgnjp |
설명 | Dropazz product importer, is extenssion built to download products from Aliexpress store |
파일 크기 | 47.55 KB |
설치 횟수 | 306 |
현재 버전 | 2.0 |
최근 업데이트 | 2022-01-25 |
출시 날짜 | 2020-03-30 |
평점 | 4.72/5 총 32 개의 평점 |
개발자 | DeGenius |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://youtu.be/Skq_f_vkrGc |
도움말 페이지 URL | https://dropazz.com/support |
개인정보 보호 정책 페이지 URL | https://dropazz.com/privacy-policy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dropazz Product Importer", "description": "Dropazz product importer, is extenssion built to download products from Aliexpress store", "version": "2.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.aliexpress.com\/item\/*", "http:\/\/localhost:8000\/*", "https:\/\/shoppingcart.aliexpress.com\/shopcart\/*", "https:\/\/feedback.aliexpress.com\/*" ], "js": [ "jquery-3.4.1.min.js", "content.js" ], "all_frames": true } ], "web_accessible_resources": [ "images\/*" ], "browser_action": { "default_icon": "images\/dropazz16.png", "default_popup": "popup.html" }, "icons": { "16": "images\/dropazz16.png", "32": "images\/dropazz32.png", "48": "images\/dropazz48.png", "128": "images\/dropazz128.png" }, "permissions": [ "activeTab", "tabs", " |