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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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"
    }
}