Scrape All

Scrape all web data mapping extension.

Scrape All là gì?

Scrape All là một tiện ích mở rộng Chrome được phát triển bởi https://scrapeall.io, và tính năng chính của nó là "Scrape all web data mapping extension.".

Ả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 Scrape All

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

                        Web data scraping was never more simple. Map desired site data position with ScrapeAll chrome web browser extension and start data recovery automation using our customizable scraping solution.

Read more about our automated web data scraping solution on https://scrapeall.io and get started for free.                    

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

Tên Scrape All Scrape All
ID niameellfhaeibjoeamhnojpfenglead
URL Chính Thức https://chromewebstore.google.com/detail/scrape-all/niameellfhaeibjoeamhnojpfenglead
Mô tả Scrape all web data mapping extension.
Kích Thước Tệp 773 KB
Số Lần Cài Đặt 302
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2021-04-18
Ngày Phát Hành 2021-03-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://scrapeall.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://scrapeall.io
URL Trang Trợ Giúp https://scrapeall.io/submit-ticket/
URL Trang Chính Sách Bảo Mật https://vamsy.tech/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrape All",
    "description": "Scrape all web data mapping extension.",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/localhost\/*",
                "http:\/\/localhost\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.scrapeall.io\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/youtube.com\/*",
                "https:\/\/ant.design\/*"
            ],
            "matches": [
                ""
            ],
            "js": [
                "content-script.bundle.js"
            ]
        }
    ]
}