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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scrape Temu reviews and export to CSV with ease. Export comments, ratings, variations, images, and more."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Temu Reviews Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |