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ファイルをダウンロード

Shopee Data Scraper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
            ]
        }
    ]
}