Dream Digital Data Scraper

Search engine scraping tool. Used for scraping the results of Google search pages.

O que é Dream Digital Data Scraper?

Dream Digital Data Scraper é uma extensão do Chrome desenvolvida por tech, e sua principal característica é "Search engine scraping tool. Used for scraping the results of Google search pages.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dream Digital Data Scraper

Baixe arquivos de extensão Dream Digital Data Scraper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Dream Digital Data Scraper Dream Digital Data Scraper
ID mibmjpgajnllekibfagnogcnhhcdfgdj
URL Oficial https://chromewebstore.google.com/detail/dream-digital-data-scrape/mibmjpgajnllekibfagnogcnhhcdfgdj
Descrição Search engine scraping tool. Used for scraping the results of Google search pages.
Tamanho do Arquivo 137 KB
Contagem de Instalações 281
Versão Atual 1.8
Última Atualização 2021-01-21
Data de Publicação 2020-06-20
Classificação 5.00/5 Total de 16 Avaliações
Desenvolvedor tech
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}