Google Search Results Scraper

Collect google search results and save them into an Excel table

Τι είναι το Google Search Results Scraper;

Το Google Search Results Scraper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον braingainsoft - https://sourcingcertification.com/, και η κύρια λειτουργία του είναι "Collect google search results and save them into an Excel table".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Google Search Results Scraper

Λήψη αρχείων επέκτασης Google Search Results Scraper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google Search Results Scraper Google Search Results Scraper
ID cmdkhofenchpdlkbpkheddfgfdmmobcc
Επίσημο URL https://chromewebstore.google.com/detail/google-search-results-scr/cmdkhofenchpdlkbpkheddfgfdmmobcc
Περιγραφή Collect google search results and save them into an Excel table
Μέγεθος Αρχείου 117 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-12-05
Ημερομηνία Δημοσίευσης 2023-12-05
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής braingainsoft - https://sourcingcertification.com/
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1SIHgIdjxO032pbE3_m21DF1VTLDYF4B9_ksuqMh7Cek/edit
Υποστηριζόμενες Γλώσσες 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"
    ]
}