AliExpress Reviews Exporter | CSV & Images
Download AliExpress product reviews to your computer. Export comments, ratings and images.
AliExpress Reviews Exporter | CSV & Images là gì?
AliExpress Reviews Exporter | CSV & Images là một tiện ích mở rộng Chrome được phát triển bởi https://mxnpro.ovh, và tính năng chính của nó là "Download AliExpress product reviews to your computer. Export comments, ratings and images.".
Ả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 Reviews Exporter | CSV & Images
Tải xuống các tệp mở rộng AliExpress Reviews Exporter | CSV & Images 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
Export AliExpress product reviews to CSV format. ▬▬▬▬ GETTING STARTED ▬▬▬▬▬ 1. Install the extension by clicking the “Add to chrome” button. 2. Open an AliExpress product page. 3. Open the extension and start downloading ! ▬▬▬▬▬ FEATURES ▬▬▬▬▬ FREE version: - Download product reviews to CSV PRO version: - Unlimited review downloads - Download review images - Filter by stars rating - Translate comments - Other filters
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AliExpress Reviews Exporter | CSV & Images |
ID | glnajkhggmbljlcafknlkcihcheoankc |
URL Chính Thức | https://chromewebstore.google.com/detail/aliexpress-reviews-export/glnajkhggmbljlcafknlkcihcheoankc |
Mô tả | Download AliExpress product reviews to your computer. Export comments, ratings and images. |
Kích Thước Tệp | 330 KB |
Số Lần Cài Đặt | 3,169 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2023-02-03 |
Ngày Phát Hành | 2020-04-06 |
Đánh Giá | 2.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://mxnpro.ovh |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.mxnpro.ovh/ |
URL Trang Chính Sách Bảo Mật | https://mxnpro.ovh/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AliExpress Reviews Exporter | CSV & Images", "short_name": "AliExpress Reviews Exporter", "version": "1.1.4", "description": "Download AliExpress product reviews to your computer. Export comments, ratings and images.", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "activeTab", "downloads", "webRequest", "webRequestBlocking", "https:\/\/*.alicdn.com\/*", "https:\/\/*.aliexpress.com\/item\/*", "https:\/\/*.aliexpress.com\/store\/product\/*", "https:\/\/*.aliexpress.com\/i\/*", "https:\/\/*.aliexpress.us\/item\/*", "https:\/\/*.aliexpress.us\/store\/product\/*", "https:\/\/*.aliexpress.us\/i\/*", "https:\/\/*.aliexpress.ru\/item\/*", "https:\/\/*.aliexpress.ru\/store\/product\/*", "https:\/\/*.aliexpress.ru\/i\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/aliexpress-reviews-exporter.mxnpro.ovh\/*" ], "js": [ "checkout.js" ] } ], "browser_action": { "default_popup": "popup.html" } } |