AliExpress Search Exporter
Allow users to export data in shopify csv,woocommerce csv and simple csv & json format from aliexpress search results.
AliExpress Search Exporter là gì?
AliExpress Search Exporter là một tiện ích mở rộng Chrome được phát triển bởi Softpulse Infotech, và tính năng chính của nó là "Allow users to export data in shopify csv,woocommerce csv and simple csv & json format from aliexpress search results.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AliExpress Search Exporter
Tải xuống các tệp mở rộng AliExpress Search Exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
AliExpress search data exporter tool. This chrome extension allows you to extract the whole data that you want, simply put any word (keyword) in the AliExpress search bar box. And press the download button and wait until the download is complete. Simple and easy to use. There is no limit to page download, you can download an unlimited number of pages, suppose the product you have to search is 20 pages and you have to download all 20 pages, simply press the next page and start the same process, press the download button and wait until the download is complete. How Extension Work ● Tab the extension icon ● If you are not on the AliExpress website, click the link. ● The download button is disabled and if you want to enable it, search any word (Keyword) on the search bar, for example, "Watch, Mobile, etc. ● Again tab the extension. You have to show two selection types, All showing Products and Selected products. ● At the top of all products, there is an Add to CSV button. If you want to download selected products, then check the box and download it. ● If you want to download all products, select All showing products and download it. ● You can download the details of the products into two formats CSV and JSON. The advanced thing is you can directly export Shopify CSV and WooCommerce CSV file format. ● The download data will be in the CSV and JSON file format. Features ● Export data in Shopify store compatibale formate ● Export data in WooCommerece CSV formate ● Export data in plain CSV formate, you can use it for general purpose. ● Export data in normal JSON formate ● Works on search page and product listing pages. Note: Maybe the product details are more, so it can take time for fully downloading, so be patient until the download is over. Extract almost all the product information including product name, rating, full-price, sale price, product images, variants like color and ships from, full product specification and description. The best thing about this extension is there is no limitation of the data exporter. Share your experience with us, how you love this extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AliExpress Search Exporter |
ID | noengoakbbaginfmgaoogipnkdagppfj |
URL Chính Thức | https://chromewebstore.google.com/detail/aliexpress-search-exporte/noengoakbbaginfmgaoogipnkdagppfj |
Mô tả | Allow users to export data in shopify csv,woocommerce csv and simple csv & json format from aliexpress search results. |
Kích Thước Tệp | 29.09 MB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2024-02-07 |
Ngày Phát Hành | 2022-01-12 |
Đánh Giá | 2.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Softpulse Infotech |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,nl,tr,es,hr,it,hu,pl,pt-PT,ro,fi,sv,el,bg,ru,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.2.1", "background": { "service_worker": "js\/background.js" }, "host_permissions": [ "*:\/\/*.aliexpress.com\/*" ], "action": { "default_icon": "images\/icon-128x.png", "default_popup": "html\/popup.html" }, "icons": { "16": "images\/icon-16x.png", "48": "images\/icon-48x.png", "128": "images\/icon-128x.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery-2.2.4.js", "js\/script.js" ], "run_at": "document_end" } ] } |