ScrapeMate - Web Scraper

This extension will scrap data from the websites

ScrapeMate - Web Scraper क्या है?

ScrapeMate - Web Scraper GetProjects द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will scrap data from the websites"।

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

screenshot

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

crx प्रारूप में ScrapeMate - Web Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Boost your web data extraction efficiency with ScrapeMate. Extract, analyze, and save data from any webpage effortlessly. Ideal for researchers, analysts, and data enthusiasts.

🌐 Web Scraping Made Easy: Scrape data from websites with a single click.

📊 Data Analysis: Quickly analyze and visualize the data you collect.

📁 Data Export: Export data in multiple formats for your convenience.

🔒 Secure and Reliable: Trust in a robust, user-friendly scraping tool.

Get started today and supercharge your web data gathering with ScrapeMate!                    

एक्सटेंशन की मूल जानकारी

नाम ScrapeMate - Web Scraper ScrapeMate - Web Scraper
ID agojekkjpkcoimkhfggjgmbhncpdjicj
आधिकारिक URL https://chromewebstore.google.com/detail/scrapemate-web-scraper/agojekkjpkcoimkhfggjgmbhncpdjicj
विवरण This extension will scrap data from the websites
फ़ाइल का आकार 351 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-11-28
प्रकाशन तिथि 2023-11-28
डेवलपर GetProjects
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "manifest_version": 3,
    "author": "Kartikey Tiwari @[email protected]",
    "name": "ScrapeMate - Web Scraper",
    "version": "1.0.0",
    "description": "This extension will scrap data from the websites",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "\/icons\/icon.png",
        "32": "\/icons\/icon.png",
        "48": "\/icons\/icon.png",
        "128": "\/icons\/icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/icon.png",
            "32": "\/icons\/icon.png",
            "48": "\/icons\/icon.png",
            "128": "\/icons\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}