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是由tech开发的Chrome扩展程序,该扩展的主要功能是“Search engine scraping tool. Used for scraping the results of Google search pages.”。
扩展截图
下载Dream Digital Data Scraper扩展crx文件
下载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" } } |