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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search engine scraping tool. Used for scraping the results of Google search pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dream Digital Data Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}