Export Leads from Google Maps with LeadsMap

Export Leads from Google Maps with LeadsMap. Automatically gets your emails and socials of places and exports them to CSV file.

Export Leads from Google Maps with LeadsMap क्या है?

Export Leads from Google Maps with LeadsMap http://leadsmap.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export Leads from Google Maps with LeadsMap. Automatically gets your emails and socials of places and exports them to CSV file."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Export Leads from Google Maps with LeadsMap एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Export Leads, Places & Business you find on Google Maps™ in 2 click with LeadsMap. 

Automatically get:
- Emails
- Social Medias
- FB + Google Pixel
- Analytics
- Claimed on Google
- Reviews and Ratings

This extension allows you to find all businesses in an area and export them all into CSV. Unlimited exports to CSV to export to your own CRMs.

HOW TO USE:

1) Open google.com/maps
2) Search for a term like "Restaurants"
3) Scroll to get more Leads (Optional)
4) Select the ones you want
5) Export

Make your own lead database in seconds without having to waste time.                    

एक्सटेंशन की मूल जानकारी

नाम Export Leads from Google Maps with LeadsMap Export Leads from Google Maps with LeadsMap
ID ggpddnpgejmonfciopdndlldkfbfkedh
आधिकारिक URL https://chrome.google.com/webstore/detail/export-leads-from-google/ggpddnpgejmonfciopdndlldkfbfkedh
विवरण Export Leads from Google Maps with LeadsMap. Automatically gets your emails and socials of places and exports them to CSV file.
फ़ाइल का आकार 83.93 KB
स्थापना संख्या 356
वर्तमान संस्करण 0.2.3
अंतिम अपडेट 2023-01-03
प्रकाशन तिथि 2022-12-20
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर http://leadsmap.io
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://leadsmap.io/
गोपनीयता नीति पृष्ठ URL https://leadsmap.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Export Leads from Google Maps with LeadsMap",
    "version": "0.2.3",
    "short_name": "LeadsMap",
    "author": "LeadsMap.io",
    "description": "Export Leads from Google Maps with LeadsMap. Automatically gets your emails and socials of places and exports them to CSV file.",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "homepage_url": "https:\/\/app.leadsmap.io",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_title": "LeadsMap",
        "default_icon": "icon-32.png"
    },
    "permissions": [
        "storage",
        "webRequest"
    ],
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "host_permissions": [
        "https:\/\/*.google.com\/*",
        "https:\/\/*.google.com\/maps\/*",
        "https:\/\/app.leadsmap.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/maps\/search\/*",
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js",
                "src\/pages\/background\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-32.png",
                "src\/pages\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}