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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |