Shopee Data Scraper

Browser extension to scrape Shopee data locally

Shopee Data Scraper क्या है?

Shopee Data Scraper spyliner.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser extension to scrape Shopee data locally"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shopee Data Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}