Google Search Results Scraper

Collect google search results and save them into an Excel table

Google Search Results Scraper là gì?

Google Search Results Scraper là một tiện ích mở rộng Chrome được phát triển bởi braingainsoft - https://sourcingcertification.com/, và tính năng chính của nó là "Collect google search results and save them into an Excel table".

Ả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 Google Search Results Scraper

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

                        The extension scrapes and allow the user to save google search results.

It operates on Google search results pages. 
The extension parses the results page and collects the following information about each result: a site name (page), a title, a link, and a snippet. In addition, it extracts emails from the snippet if any are available. Duplicate results are removed.

The results are presented in a table in the popup window of the extension. After the results are collected, the user has an option to save the results into an Excel file.

By default, the extension collects all available results for a given query. As it executes, the active tab will update to load more results.  

To use: enter a query and once the results appear on a page, click the extension's icon, then click the "Collect Search Results" button in the popup window.                    

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

Tên Google Search Results Scraper Google Search Results Scraper
ID cmdkhofenchpdlkbpkheddfgfdmmobcc
URL Chính Thức https://chromewebstore.google.com/detail/google-search-results-scr/cmdkhofenchpdlkbpkheddfgfdmmobcc
Mô tả Collect google search results and save them into an Excel table
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-12-05
Ngày Phát Hành 2023-12-05
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển braingainsoft - https://sourcingcertification.com/
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1SIHgIdjxO032pbE3_m21DF1VTLDYF4B9_ksuqMh7Cek/edit
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Search Results Scraper",
    "description": "Collect google search results and save them into an Excel table",
    "version": "1.0",
    "action": {
        "default_icon": "magnifier16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "scripting",
        "storage"
    ]
}