G Map Extractor

Extract Leads using Google Maps Extractor.

Τι είναι το G Map Extractor;

Το G Map Extractor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον BizTech Solutions, και η κύρια λειτουργία του είναι "Extract Leads using Google Maps Extractor.".

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

screenshot
screenshot

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

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

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

                        BizTech G Map Extractor extracts data from Google Maps search result pages and saves it to Microsoft Excel spreadsheets.

An all-in-one BizTech G Map Extractor that enables you to create search lists of actionable information.

Please make a list of targeted leads for use in growth hacking using our BizTech G Map Extractor tool. Locate valuable data such as name, email, phone, website, latitude, longitude, zip code, and address quickly and easily to create lists that work! And the primary goal should be to save your time.

Additionally, please install the associated Chrome extension to enable data scraping.

Please Keep in Mind That This Is Not A Free Tool. You Can Try Demo If You Believe It Is Beneficial, Then Contact Us For a Subscription.

If You Have Any Suggestions on How We Can Improve Our Service, Kindly Provide Us With Your Feedback; Your Feedback Is More Important To Us.

DISCLAIMER: All information collected by the extractor will not be stored locally on the computer where you install the extractor extension. The extractor will NOT attempt to offload, distribute, broadcast, sell or in any way share collected information. We designed Leads Extractor with the privacy of the user's information in mind. All information which are extracted by using our G Map extractor application are available on public and not on private, our application just help to reduce manual  work of users. G- Map Web Application don’t scrap / extract any information  which are private .
Names and logos used are property of their respective owners. We are not directly affiliated with any of the mentioned websites. We do not endorse stressing any of the mentioned websites for database building or similar motives. These tools are for personal use only and meant to save time for people in collecting data which is already available publicly to them. The end user must comply with the respective website's terms of use or whichever policy applicable. We cannot be held responsible for any misuse of this software in a way it is not meant for.

Privacy policy: https://biztechsolutions.in/privacy-policy/                    

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

Όνομα G Map Extractor G Map Extractor
ID fkjeapflckgjaphhjmkcbofbieilcafi
Επίσημο URL https://chrome.google.com/webstore/detail/g-map-extractor/fkjeapflckgjaphhjmkcbofbieilcafi
Περιγραφή Extract Leads using Google Maps Extractor.
Μέγεθος Αρχείου 293 KB
Αριθμός Εγκαταστάσεων 111
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2021-12-11
Ημερομηνία Δημοσίευσης 2021-11-25
Αξιολόγηση 5.00/5 Συνολικά 23 Αξιολογήσεις
Προγραμματιστής BizTech Solutions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://biztechsolutions.in/product/google-map-extractor/
Διεύθυνση URL της Σελίδας Βοήθειας https://biztechsolutions.in/contact/
URL της Σελίδας Πολιτικής Απορρήτου https://biztechsolutions.in/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            ".\/assets\/js\/_extractor.js",
            ".\/assets\/js\/components\/lodash.js",
            ".\/assets\/js\/jquery.min.js",
            ".\/assets\/js\/content_script.js",
            ".\/assets\/js\/stopPV_script.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                ".\/assets\/js\/_extractor.js",
                ".\/assets\/js\/components\/lodash.js",
                ".\/assets\/js\/license.js",
                ".\/assets\/js\/content_script.js",
                ".\/assets\/js\/stopPV_script.js"
            ],
            "matches": [
                "https:\/\/*\/maps\/*"
            ]
        }
    ],
    "description": "Extract Leads using Google Maps Extractor.",
    "icons": {
        "128": "logo-map-google.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "name": "G Map Extractor",
    "permissions": [
        "webRequest",
        "tabs",
        "",
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/",
        "https:\/\/*.google.com\/maps\/*",
        "http:\/\/localhost\/"
    ],
    "version": "2.0.0"
}