Maps Scraper & Leads Extractor - MapsLeads

Automatically extract business names, addresses, photos, coordinates, websites, emails, social media and more from Bing Maps.

Qu'est-ce que Maps Scraper & Leads Extractor - MapsLeads ?

Maps Scraper & Leads Extractor - MapsLeads est une extension Chrome développée par https://mapsleads.net, et sa fonction principale est "Automatically extract business names, addresses, photos, coordinates, websites, emails, social media and more from Bing Maps.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Maps Scraper & Leads Extractor - MapsLeads

Téléchargez les fichiers d'extension Maps Scraper & Leads Extractor - MapsLeads 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

                        With this tool, can effortlessly search for businesses and extract valuable information such as business names, addresses, photos, coordinates, websites, emails, and social media profiles.

Designed to enhance productivity and streamline lead acquisition, "Maps Scraper & Leads Extractor" is your go-to solution for gathering leads directly from Bing Maps. Simply click the "Start Find" button, and watch as the extension swiftly compiles all the essential data into a convenient Excel or CSV spreadsheet.

Whether you're a marketer, sales professional, or business owner, This tool empowers you to effortlessly build a comprehensive database of potential clients.

Key Features:

🌈 Efficiently search and extract business information from Bing Maps.
🌈 Gather leads including website URLs, email addresses, and social media profiles.
🌈 Export data to Excel or CSV for easy analysis and integration with other tools.
🌈 Streamline lead generation and save valuable time and effort.

This tool is designed for:
✅ B2B Marketers - Find quality email addresses and essential features to attract your next major client.
✅ SaaS Companies - Enhance your outreach teams' effectiveness in expanding and retaining your customer base.
✅ Sales Teams - Utilize our comprehensive tool suite to reach a larger customer base and close more deals. 
✅ Growth Hackers - Achieve accurate and efficient user base growth without dedicating all your time to outreach.


FAQs:
https://mapsleads.net/#faqs                    

Informations de Base sur l'Extension

Nom Maps Scraper & Leads Extractor - MapsLeads Maps Scraper & Leads Extractor - MapsLeads
ID ghokiciomljbacchbkfhmnlmflbponlf
URL Officiel https://chromewebstore.google.com/detail/maps-scraper-leads-extrac/ghokiciomljbacchbkfhmnlmflbponlf
Description Automatically extract business names, addresses, photos, coordinates, websites, emails, social media and more from Bing Maps.
Taille du Fichier 1.77 MB
Nombre d'Installations 10,000
Version Actuelle 12.5.10
Dernière Mise à Jour 2024-01-25
Date de Publication 2023-07-26
Évaluation 4.89/5 Total 198 Évaluations
Développeur https://mapsleads.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mapsleads.net/
URL de la Page d'Aide https://mapsleads.net/
URL de la Page de Politique de Confidentialité https://mapsleads.net/privacy-policy
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "12.5.10",
    "author": "BingMapsExport",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "background.93e42914.js"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bing.com\/*"
            ],
            "js": [
                "leads.d3b76e5f.js"
            ],
            "run_at": "document_end",
            "css": [
                "leads.cac99bb5.css"
            ]
        }
    ],
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo58QwaOtB\/T6lueqLnZk6Ix\/WTJtVhArktdCypAJICmnIzJiSFrMjkA+7wOtHNsrn3Y8sAmD1xPHBxYMIB\/zhECj0T+oax07OBHynY8JShYiCEXCqSXOxnTvxni7DucG2KTDqHtyiTod\/V4j1GSHxrkJMCxtrCctsHrDixHuXfUQ9EacWyEoEZEpHHNs1QC\/OJtOUABMGPm7\/qqiVuJWcP8rk\/ZUm7nAxK2RSw2rXOoH5n+QrjHq4j0FlBEsRNlfYJGHD3kvlrtr+C6iQCOLAGiXmsL2W6E08thWnPi2EiC6lQsyuMWGh+1TVTHfBieORhNeiCTUEynlvS96RXJ9pwIDAQAB",
    "host_permissions": [
        "https:\/\/*.bing.com\/*"
    ],
    "oauth2": {
        "client_id": "1045436637864-mp9mgaioa4b3lekvskpcp1f0cae9qcvm.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.bing.com\/*"
            ],
            "resources": [
                "leads.39b14202.css",
                "leads.82a6988f.css",
                "leads.3195bc2f.png",
                "leads.f3fb0fd7.png",
                "leads.81ab7c01.jpg",
                "leads.4f389fc0.png"
            ]
        }
    ]
}