Temu Reviews Extractor

Scrape Temu reviews and export to CSV with ease. Export comments, ratings, variations, images, and more.

Temu Reviews Extractor là gì?

Temu Reviews Extractor là một tiện ích mở rộng Chrome được phát triển bởi YuePlan Team, và tính năng chính của nó là "Scrape Temu reviews and export to CSV with ease. Export comments, ratings, variations, images, and more.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        # Features

- Extract reviews from Temu products, including content, ratings, images, etc.
- Provide support for sorting by "Recommended", "Most recent", "Highest rating" and "Lowest rating".
- Provide support exporting reviews for item and shop.
- Allow direct export of review listings to CSV files.

# How to use?

- Open any Temu product page.
- Click on this Chrome extension app.
- Click the "Download Reviews" button located next to the review count to initiate the retrieval of reviews.
- Allow the process to finish, and the data will be automatically downloaded in a CSV file.

# **Is it Free?**

Indeed, Temu Reviews Extractor is available for free. You can access the basic features and choose to upgrade for more functionalities.

# **Data Privacy**

All data processing occurs locally on your computer, and it never traverses our servers.

# **Disclaimer**

Temu is a trademark owned by Temu Inc. Temu Reviews Extractor has no affiliation, endorsement, sponsorship, or direct relation to Temu, Inc., its affiliates, or subsidiaries.                    

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

Tên Temu Reviews Extractor Temu Reviews Extractor
ID menehnmlonblpnndcgncehnmhmggjgmc
URL Chính Thức https://chromewebstore.google.com/detail/temu-reviews-extractor/menehnmlonblpnndcgncehnmhmggjgmc
Mô tả Scrape Temu reviews and export to CSV with ease. Export comments, ratings, variations, images, and more.
Kích Thước Tệp 181 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2023-12-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển YuePlan Team
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.yueplan.top/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Temu Reviews Extractor",
    "version": "1.0.6",
    "description": "Scrape Temu reviews and export to CSV with ease. Export comments, ratings, variations, images, and more.",
    "action": {
        "default_icon": ".\/assets\/images\/logo.png",
        "default_popup": ".\/popup\/index.html"
    },
    "icons": {
        "16": ".\/assets\/images\/logo.png",
        "48": ".\/assets\/images\/logo.png",
        "128": ".\/assets\/images\/logo.png"
    },
    "oauth2": {
        "client_id": "260833350733-u9kfe0jig5pbdp5rhociae65dpre4f3r.apps.googleusercontent.com",
        "scopes": [
            "email",
            "openid"
        ]
    },
    "permissions": [
        "identity",
        "identity.email",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.temu.com\/*",
        "*:\/\/*.yueplan.top\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.temu.com\/*",
                "*:\/\/*.yueplan.top\/*"
            ],
            "js": [
                "contentScripts\/index.global.js"
            ]
        }
    ]
}