eBay Reviews Extractor

Scrape and download eBay store and product reviews to CSV using this tool to inform data-driven strategy based on customer feedback.

eBay Reviews Extractor란 무엇입니까?

eBay Reviews Extractor은(는) William Anderson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrape and download eBay store and product reviews to CSV using this tool to inform data-driven strategy based on customer feedback."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Instantly Unlock Customer Insights with the eBay Reviews Extractor

Understanding your customers is key to e-commerce success. However, analyzing reviews manually is time-consuming and tedious.

That's why this Reviews Extractor simplifies mining customer feedback. With one click, you can scrape and export complete product or store review data for easy analysis. 

Our intuitive Chrome extension lets anyone extract insights from eBay reviews without coding.

How the Tool Works: 
- Install the browser extension
- Open any eBay product page.
- Click "Download Reviews" under the product name.
- Or "Download Store Reviews" under the store name.
- Export the structured CSV data file on the popup window.

The extracted CSV conveniently organizes all key review information including IDs, ratings, comments, and more.

With the extractor, e-commerce professionals can quickly conduct competitive research, monitor trends, compare products and stores, identify opportunities, and make data-driven decisions.

Stop wasting time on manual review analysis. Get the product and store insights you need instantly with our easy-to-use Chrome extension.

Install now and start scraping reviews smarter. 

How quickly will I get the results?
The data extraction process begins right after you make a request. Duration varies based on the amount of information needing retrieval.

Disclaimer
eBay is a registered trademark of eBay Inc. This independent project from ExtensionBox is not affiliated with eBay Inc.                    

확장 프로그램 기본 정보

이름 eBay Reviews Extractor eBay Reviews Extractor
ID amagdhmieghdldeiagobdhiebncjdjod
공식 URL https://chromewebstore.google.com/detail/ebay-reviews-extractor/amagdhmieghdldeiagobdhiebncjdjod
설명 Scrape and download eBay store and product reviews to CSV using this tool to inform data-driven strategy based on customer feedback.
파일 크기 3.1 MB
설치 횟수 75
현재 버전 1.0.4
최근 업데이트 2024-01-09
출시 날짜 2023-10-09
평점 5.00/5 총 6 개의 평점
개발자 William Anderson
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ebayreviewsextractor.extensionsbox.com
도움말 페이지 URL https://ebayreviewsextractor.extensionsbox.com
개인정보 보호 정책 페이지 URL https://ebayreviewsextractor.extensionsbox.com/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/ebayreviewsextractor.extensionsbox.com\/*",
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.ebay.com.au\/*",
        "*:\/\/*.ebay.at\/*",
        "*:\/\/*.ebay.be\/*",
        "*:\/\/*.ebay.ca\/*",
        "*:\/\/*.ebay.cn\/*",
        "*:\/\/*.ebay.fr\/*",
        "*:\/\/*.ebay.de\/*",
        "*:\/\/*.ebay.com.hk\/*",
        "*:\/\/*.ebay.in\/*",
        "*:\/\/*.ebay.ie\/*",
        "*:\/\/*.ebay.it\/*",
        "*:\/\/*.ebay.co.jp\/*",
        "*:\/\/*.ebay.co.kr\/*",
        "*:\/\/*.ebay.com.my\/*",
        "*:\/\/*.ebay.nl\/*",
        "*:\/\/*.ebay.co.nz\/*",
        "*:\/\/*.ebay.ph\/*",
        "*:\/\/*.ebay.pl\/*",
        "*:\/\/*.ebay.com.sg\/*",
        "*:\/\/*.ebay.es\/*",
        "*:\/\/*.ebay.ch\/*",
        "*:\/\/*.ebay.com.tw\/*",
        "*:\/\/*.ebay.co.uk\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.at\/*",
                "*:\/\/*.ebay.be\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.cn\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.com.hk\/*",
                "*:\/\/*.ebay.in\/*",
                "*:\/\/*.ebay.ie\/*",
                "*:\/\/*.ebay.it\/*",
                "*:\/\/*.ebay.co.jp\/*",
                "*:\/\/*.ebay.co.kr\/*",
                "*:\/\/*.ebay.com.my\/*",
                "*:\/\/*.ebay.nl\/*",
                "*:\/\/*.ebay.co.nz\/*",
                "*:\/\/*.ebay.ph\/*",
                "*:\/\/*.ebay.pl\/*",
                "*:\/\/*.ebay.com.sg\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.ch\/*",
                "*:\/\/*.ebay.com.tw\/*",
                "*:\/\/*.ebay.co.uk\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqP6gElJspWn362z3fm+wSZLlSENTydT7KxN2NoOSBQHtINzH5XwAy5CMXNBhEvKG2ofYxAQ+JurD780b1gVaD71n7hgB2aQCU7Yl1ct0ySqJ\/y1ma8gnPONIJ4Osdf667NNsGqhBCrAv+mn3HhSUH29KXy7wwExRJCs2+PyahG8xdjAt+lLqVkSqpNAA4wZzzWmIErnKtK41Kpdq9uAARHawgYIVA2OEDwyHBarSvKVa7X+yGJW6eyYF4+vsiULQdYBHD1S6HbjP7+YQBZZdooik5qLYcX7kS0LdVRrmjzDrJpTGT+yOpxAnqyjMZogWnWvaz3OPKJHKbGkQMBfUNwIDAQAB",
    "oauth2": {
        "client_id": "122468189907-hqmon9lfdf73pvcvveapae7vpalh4q3r.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*",
                "injected.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}