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 |
公式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 |
Eメール | [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", " |