AliExpress Reviews Extractor

Download product reviews from AliExpress.

AliExpress Reviews Extractor là gì?

AliExpress Reviews Extractor là một tiện ích mở rộng Chrome được phát triển bởi BE Labs, và tính năng chính của nó là "Download product reviews from AliExpress.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AliExpress Reviews Extractor

Tải xuống các tệp mở rộng AliExpress Reviews Extractor 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

                        What this extension does: Download product reviews from AliExpress into CSV or JSON format.

The easiest way to download AliExpress Product Reviews For Your Store.

What is one of the best ways to increase conversions on your product page?

Social Proof... Potential buyers want to know that others have purchased and have had a good experience.

One of the best way to show social proof is through buyer reviews.

With AliExpress Reviews Extractor, we make this process easy and have made our extension free to use.
                                                                                                                                                                                         Here is how to use it to help your store and save hours of time.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
1. You can download AliExpress reviews of products and it will save the reviews as a CSV file you can use to import to your eCommerce stores.

2. Filter reviews by country, rating and pictures.

Our AliExpress Reviews Extractor extension is really that easy to set up, and it can save you hours and hours of time.

And best of all - it’s completely free to install and use.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AliExpress Reviews Extractor AliExpress Reviews Extractor
ID ebhbpdceakpbafokhopfldcipgmenghl
URL Chính Thức https://chromewebstore.google.com/detail/aliexpress-reviews-extrac/ebhbpdceakpbafokhopfldcipgmenghl
Mô tả Download product reviews from AliExpress.
Kích Thước Tệp 140 KB
Số Lần Cài Đặt 114
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2022-01-19
Ngày Phát Hành 2021-09-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển BE Labs
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AliExpress Reviews Extractor",
    "version": "0.0.5",
    "description": "Download product reviews from AliExpress.",
    "icons": {
        "256": "logo_128x128.png"
    },
    "browser_action": {
        "default_title": "AliExpress Reviews Extractor",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.com\/item\/store\/product\/*",
                "https:\/\/aliexpress.com\/item\/store\/product\/*"
            ],
            "js": [
                "jquery.min.js",
                "in-content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/aliexpress.com\/*",
        "activeTab",
        "webRequest",
        "webRequestBlocking"
    ]
}