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文件
下載Dropazz Product Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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", " |