Dream Digital Data Scraper
Search engine scraping tool. Used for scraping the results of Google search pages.
Dream Digital Data Scraperคืออะไร?
Dream Digital Data Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tech และคุณลักษณะหลักของมันคือ "Search engine scraping tool. Used for scraping the results of Google search pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dream Digital Data Scraper
ดาวน์โหลดไฟล์ส่วนขยาย Dream Digital Data Scraper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Dream Digital Data Scraper grabs URLs from Google within seconds. Our Data Scraper can collect URLs and titles from Google, which you can copy to an excel or google sheet to collect all of your prospecting data. We built this data mining extension to reduce the time it takes for manual research when building email lists or gathering research for digital marketing, such as SEO, email marketing, web research, and social media marketing. This extension tool grabs the information showing in the search results of Google, so simply type in your search terms and then click “copy to clipboard” and paste it into your working spreadsheet.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dream Digital Data Scraper |
ID | mibmjpgajnllekibfagnogcnhhcdfgdj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dream-digital-data-scrape/mibmjpgajnllekibfagnogcnhhcdfgdj |
คำอธิบาย | Search engine scraping tool. Used for scraping the results of Google search pages. |
ขนาดไฟล์ | 137 KB |
จำนวนการติดตั้ง | 281 |
เวอร์ชันปัจจุบัน | 1.8 |
อัปเดตครั้งล่าสุด | 2021-01-21 |
วันที่เผยแพร่ | 2020-06-20 |
คะแนน | 5.00/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | tech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dream Digital Data Scraper", "description": "Search engine scraping tool. Used for scraping the results of Google search pages.", "version": "1.8", "manifest_version": 2, "page_action": { "default_popup": "popup.html", "default_icon": "images\/logo-color32.png" }, "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/search?*" ], "all_frames": true, "js": [ "content.js" ] } ], "icons": { "16": "images\/logo-color16.png", "32": "images\/logo-color32.png", "48": "images\/logo-color48.png", "128": "images\/logo-color128.png" } } |