Google Map Lead Extractor

Extract Name, Address, Phone Number and reviews from Google Map with Google map lead extractor.

What is Google Map Lead Extractor?

Google Map Lead Extractor is a Chrome extension developed by Appwrk, and its main feature is "Extract Name, Address, Phone Number and reviews from Google Map with Google map lead extractor.".

Extension Screenshots

screenshot

Download Google Map Lead Extractor Extension CRX File

Download Google Map Lead Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Google Map Lead Extractor 

Our Google Map Lead Extractor tool helps you extract data from google maps search result pages and into MS Excel files.

Use our tool to list the name, address, reviews, along with the contact numbers that help you to get all data at one place.

We are open to feedback and suggestions which can help us to improve our service.

Features:
1. Auto scrolling of the pages.
2. Pagination of the pages.
3. Extract all data from the google search results.
4. Export the data into a csv file.                    

Extension Basic Information

Name Google Map Lead Extractor Google Map Lead Extractor
ID hjjhghbjdlgmnmabelmljpdbmadkhinn
Official URL https://chrome.google.com/webstore/detail/google-map-lead-extractor/hjjhghbjdlgmnmabelmljpdbmadkhinn
Description Extract Name, Address, Phone Number and reviews from Google Map with Google map lead extractor.
File Size 18.49 KB
Installation Count 47
Current Version 1.0.1
Last Updated 2021-10-06
Publish Date 2021-10-06
Rating 4.20/5 Total 5 Ratings
Developer Appwrk
Email [email protected]
Payment Type free
Privacy Policy Page URL https://m1.appwrk.com/google-map-extractor/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Map Lead Extractor",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Extract Name, Address, Phone Number and reviews from Google Map with Google map lead extractor.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "asset\/16.png",
        "32": "asset\/32.png",
        "48": "asset\/48.png",
        "128": "asset\/128.png"
    },
    "permissions": [
        "",
        "declarativeContent"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}