Dream Digital Data Scraper
Search engine scraping tool. Used for scraping the results of Google search pages.
Was ist Dream Digital Data Scraper?
Dream Digital Data Scraper ist eine Chrome-Erweiterung, die von tech entwickelt wurde, und ihr Hauptmerkmal ist "Search engine scraping tool. Used for scraping the results of Google search pages.".
Erweiterungsscreenshots
Dream Digital Data Scraper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dream Digital Data Scraper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Dream Digital Data Scraper |
ID | mibmjpgajnllekibfagnogcnhhcdfgdj |
Offizielle URL | https://chromewebstore.google.com/detail/dream-digital-data-scrape/mibmjpgajnllekibfagnogcnhhcdfgdj |
Beschreibung | Search engine scraping tool. Used for scraping the results of Google search pages. |
Dateigröße | 137 KB |
Installationsanzahl | 281 |
Aktuelle Version | 1.8 |
Letztes Update | 2021-01-21 |
Veröffentlichungsdatum | 2020-06-20 |
Bewertung | 5.00/5 Insgesamt 16 Bewertungen |
Entwickler | tech |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |