MapLeadExtractor

Welcome to MapLeadExtractor, a sophisticated tool designed specifically for savvy business professionals looking to harness the…

Τι είναι το MapLeadExtractor;

Το MapLeadExtractor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mapleadextractor.com, και η κύρια λειτουργία του είναι "Welcome to MapLeadExtractor, a sophisticated tool designed specifically for savvy business professionals looking to harness the…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MapLeadExtractor

Λήψη αρχείων επέκτασης MapLeadExtractor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Welcome to MapLeadExtractor, a sophisticated tool designed specifically for savvy business professionals looking to harness the power of data-driven insights. With just a single click, MapLeadExtractor allows you to generate and export high-quality business leads from Google Maps right to a CSV file.

Find targeted contacts & business info in 1 click.

Our extension unlocks a plethora of business information at your fingertips, ranging from important Data, to even specific details like opening hours, price level, total reviews, and much more.

And that's not all, MapLeadExtractor also offers Premium features where you can extract even more valuable information such as mail addresses, social media profiles, Plus Codes, Place ID, and UTC Offset. Whether you're exporting to CSV files, Excel, or any other platform, our extension ensures you get the business leads in the most convenient format.

MapLeadExtractor is not just an extraction tool, it's your partner for:

B2B Lead Generation
Sales Prospecting
Marketing
Rest assured, your data privacy is our utmost priority. All data extraction and processing occur on your local computer. We don't have access to your extracted data, and it will NEVER be offloaded, distributed, broadcasted, sold, or shared in any way.

Have any questions or need support? We're just an email away. Feel free to reach us at [email protected].

Empower your business strategies with MapLeadExtractor, and turn Google Maps into your business lead treasure chest."                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MapLeadExtractor MapLeadExtractor
ID obigidhoiiennmfaahmmeoobolmjfghm
Επίσημο URL https://chromewebstore.google.com/detail/mapleadextractor/obigidhoiiennmfaahmmeoobolmjfghm
Περιγραφή Welcome to MapLeadExtractor, a sophisticated tool designed specifically for savvy business professionals looking to harness the…
Μέγεθος Αρχείου 770 KB
Αριθμός Εγκαταστάσεων 41
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-07-21
Ημερομηνία Δημοσίευσης 2023-07-20
Προγραμματιστής https://mapleadextractor.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mapleadextractor.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://mapleadextractor.com/privacy-policy/
URL της Σελίδας Πολιτικής Απορρήτου https://mapleadextractor.com/privacy-policy-2
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MapLeadExtractor",
    "version": "1.0.0.0",
    "version_name": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-30027fcf.js"
            ],
            "all_frames": false,
            "matches": [
                "https:\/\/www.google.com\/maps\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/index-1deb47f0.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/maps.googleapis.com\/*",
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/content-script\/index.ts",
                "src\/content-script\/iframe\/index.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "resources": [
                "assets\/chunk-QIZ4XBKF-82a247d3.js",
                "assets\/options-e1b56aaa.js",
                "assets\/tslib.es6-a25c1ca7.js",
                "assets\/index.ts-18d13f76.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "16": "src\/assets\/icon128.png",
        "32": "src\/assets\/icon128.png",
        "48": "src\/assets\/icon128.png",
        "128": "src\/assets\/icon128.png"
    }
}