Google Search Results Scraper
Collect google search results and save them into an Excel table
Google Search Results Scraper क्या है?
Google Search Results Scraper braingainsoft - https://sourcingcertification.com/ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect google search results and save them into an Excel table"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Search Results Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |