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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } |