Temu Reviews Extractor

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

Temu Reviews Extractor란 무엇입니까?

Temu Reviews Extractor은(는) YuePlan Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrape Temu reviews and export to CSV with ease. Export comments, ratings, variations, images, and more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Temu Reviews Extractor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        # 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.                    

확장 프로그램 기본 정보

이름 Temu Reviews Extractor Temu Reviews Extractor
ID menehnmlonblpnndcgncehnmhmggjgmc
공식 URL https://chromewebstore.google.com/detail/temu-reviews-extractor/menehnmlonblpnndcgncehnmhmggjgmc
설명 Scrape Temu reviews and export to CSV with ease. Export comments, ratings, variations, images, and more.
파일 크기 181 KB
설치 횟수 38
현재 버전 1.0.6
최근 업데이트 2024-02-28
출시 날짜 2023-12-22
평점 5.00/5 총 2 개의 평점
개발자 YuePlan Team
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.yueplan.top/privacy-policy
지원되는 언어 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"
            ]
        }
    ]
}