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 |
官方網址 | 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" } } |