Shopee Data Scraper

Browser extension to scrape Shopee data locally

Shopee Data Scraper là gì?

Shopee Data Scraper là một tiện ích mở rộng Chrome được phát triển bởi spyliner.com, và tính năng chính của nó là "Browser extension to scrape Shopee data locally".

Ả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 Shopee Data Scraper

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

                        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                    

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

Tên Shopee Data Scraper Shopee Data Scraper
ID mdgjgbobponpehejfodjaicfcdkpaedf
URL Chính Thức https://chromewebstore.google.com/detail/shopee-data-scraper/mdgjgbobponpehejfodjaicfcdkpaedf
Mô tả Browser extension to scrape Shopee data locally
Kích Thước Tệp 54.47 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 1.5.0b
Cập Nhật Lần Cuối 2023-11-26
Ngày Phát Hành 2023-10-28
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển spyliner.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.spyliner.com/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}