Dropazz Product Importer
Dropazz product importer, is extenssion built to download products from Aliexpress store
What is Dropazz Product Importer?
Dropazz Product Importer is a Chrome extension developed by DeGenius, and its main feature is "Dropazz product importer, is extenssion built to download products from Aliexpress store".
Extension Screenshots
Download Dropazz Product Importer Extension CRX File
Download Dropazz Product Importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Dropazz Product Importer |
ID | hnnffnnafcjaakneeicemkcfkoihgnjp |
Official URL | https://chromewebstore.google.com/detail/dropazz-product-importer/hnnffnnafcjaakneeicemkcfkoihgnjp |
Description | Dropazz product importer, is extenssion built to download products from Aliexpress store |
File Size | 47.55 KB |
Installation Count | 306 |
Current Version | 2.0 |
Last Updated | 2022-01-25 |
Publish Date | 2020-03-30 |
Rating | 4.72/5 Total 32 Ratings |
Developer | DeGenius |
[email protected] | |
Payment Type | free |
Extension Website | https://youtu.be/Skq_f_vkrGc |
Help Page URL | https://dropazz.com/support |
Privacy Policy Page URL | https://dropazz.com/privacy-policy |
Supported Languages | 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", " |