ScrapeMate - Web Scraper

This extension will scrap data from the websites

ScrapeMate - Web Scraper là gì?

ScrapeMate - Web Scraper là một tiện ích mở rộng Chrome được phát triển bởi GetProjects, và tính năng chính của nó là "This extension will scrap data from the websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ScrapeMate - Web Scraper

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

                        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!                    

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

Tên ScrapeMate - Web Scraper ScrapeMate - Web Scraper
ID agojekkjpkcoimkhfggjgmbhncpdjicj
URL Chính Thức https://chromewebstore.google.com/detail/scrapemate-web-scraper/agojekkjpkcoimkhfggjgmbhncpdjicj
Mô tả This extension will scrap data from the websites
Kích Thước Tệp 351 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-11-28
Ngày Phát Hành 2023-11-28
Nhà Phát Triển GetProjects
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}