Google Map Lead Extractor

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

Qu'est-ce que Google Map Lead Extractor ?

Google Map Lead Extractor est une extension Chrome développée par Appwrk, et sa fonction principale est "Extract Name, Address, Phone Number and reviews from Google Map with Google map lead extractor.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Map Lead Extractor

Téléchargez les fichiers d'extension Google Map Lead Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Google Map Lead Extractor Google Map Lead Extractor
ID hjjhghbjdlgmnmabelmljpdbmadkhinn
URL Officiel 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.
Taille du Fichier 18.49 KB
Nombre d'Installations 47
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-10-06
Date de Publication 2021-10-06
Évaluation 4.20/5 Total 5 Évaluations
Développeur Appwrk
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://m1.appwrk.com/google-map-extractor/privacy-policy
Langues Prises en Charge 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'"
}