Maps Scraper & Leads Extractor - MapsLeads

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

什麼是Maps Scraper & Leads Extractor - MapsLeads?

Maps Scraper & Leads Extractor - MapsLeads是由https://mapsleads.net開發的Chrome擴展程式,該擴展的主要功能是“Automatically extract business names, addresses, photos, coordinates, websites, emails, social media and more from Bing Maps.”。

擴展截圖

screenshot

下載Maps Scraper & Leads Extractor - MapsLeads擴展crx文件

下載Maps Scraper & Leads Extractor - MapsLeads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Maps Scraper & Leads Extractor - MapsLeads Maps Scraper & Leads Extractor - MapsLeads
ID ghokiciomljbacchbkfhmnlmflbponlf
官方網址 https://chromewebstore.google.com/detail/maps-scraper-leads-extrac/ghokiciomljbacchbkfhmnlmflbponlf
簡介 Automatically extract business names, addresses, photos, coordinates, websites, emails, social media and more from Bing Maps.
檔案大小 1.77 MB
安裝次數 10,000
目前版本 12.5.10
更新時間 2024-01-25
上架時間 2023-07-26
評分 4.89/5 共 198 次評分
開發者 https://mapsleads.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mapsleads.net/
說明頁面URL https://mapsleads.net/
隱私政策頁面URL https://mapsleads.net/privacy-policy
支援的語言 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"
            ]
        }
    ]
}