Shopee Data Scraper

Browser extension to scrape Shopee data locally

Shopee Data Scraper란 무엇입니까?

Shopee Data Scraper은(는) spyliner.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension to scrape Shopee data locally"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Shopee Data Scraper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shopee Scraper is a powerful and user-friendly tool designed to enhance your online shopping experience on the popular e-commerce platform, Shopee. This extension enables users to effortlessly extract and organize product information, including prices, descriptions, ratings, and more, making it easy to compare products and find the best deals. 

Features: 
- Scrape multiple pages via url 
- Extract data from search page and product page 
- Data output in CSV format 

Currently supported regions: 
ID, MY, SG, TH, VN, PH, TW                    

확장 프로그램 기본 정보

이름 Shopee Data Scraper Shopee Data Scraper
ID mdgjgbobponpehejfodjaicfcdkpaedf
공식 URL https://chromewebstore.google.com/detail/shopee-data-scraper/mdgjgbobponpehejfodjaicfcdkpaedf
설명 Browser extension to scrape Shopee data locally
파일 크기 54.47 KB
설치 횟수 113
현재 버전 1.5.0b
최근 업데이트 2023-11-26
출시 날짜 2023-10-28
평점 5.00/5 총 3 개의 평점
개발자 spyliner.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.spyliner.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shopee Data Scraper",
    "description": "Browser extension to scrape Shopee data locally",
    "version": "1.5.0",
    "version_name": "1.5.0b",
    "action": {
        "default_popup": "dist\/popup\/popup.html"
    },
    "icons": {
        "16": "assets\/icons\/web-crawler.png",
        "32": "assets\/icons\/web-crawler.png",
        "48": "assets\/icons\/web-crawler.png",
        "128": "assets\/icons\/web-crawler.png"
    },
    "background": {
        "service_worker": "dist\/background\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "dist\/main.js"
            ],
            "matches": [
                "https:\/\/shopee.co.id\/*",
                "https:\/\/shopee.my\/*",
                "https:\/\/shopee.sg\/*",
                "https:\/\/shopee.co.th\/*",
                "https:\/\/shopee.vn\/*",
                "https:\/\/shopee.ph\/*",
                "https:\/\/shopee.tw\/*",
                "http:\/\/shopee.co.id\/*",
                "http:\/\/shopee.my\/*",
                "http:\/\/shopee.sg\/*",
                "http:\/\/shopee.co.th\/*",
                "http:\/\/shopee.vn\/*",
                "http:\/\/shopee.ph\/*",
                "http:\/\/shopee.tw\/*"
            ]
        }
    ]
}