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/에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect google search results and save them into an Excel table"입니다.
확장 프로그램 스크린샷
Google Search Results Scraper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | 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" ] } |