Shopee Data Scraper

Browser extension to scrape Shopee data locally

Cos'è Shopee Data Scraper?

Shopee Data Scraper è un'estensione di Chrome sviluppata da spyliner.com, e la sua funzione principale è "Browser extension to scrape Shopee data locally".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Shopee Data Scraper

Scarica i file di estensione Shopee Data Scraper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Shopee Data Scraper Shopee Data Scraper
ID mdgjgbobponpehejfodjaicfcdkpaedf
URL Ufficiale https://chromewebstore.google.com/detail/shopee-data-scraper/mdgjgbobponpehejfodjaicfcdkpaedf
Descrizione Browser extension to scrape Shopee data locally
Dimensione del File 54.47 KB
Conteggio Installazioni 113
Versione Corrente 1.5.0b
Ultimo Aggiornamento 2023-11-26
Data di Pubblicazione 2023-10-28
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore spyliner.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.spyliner.com/
Lingue Supportate 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\/*"
            ]
        }
    ]
}