Presto Map lead extractor

Extract SME business listings from Google Maps. Presto is a powerful way to generate leads

Presto Map lead extractor란 무엇입니까?

Presto Map lead extractor은(는) http://extpose.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract SME business listings from Google Maps. Presto is a powerful way to generate leads"입니다.

확장 프로그램 스크린샷

screenshot

Presto Map lead extractor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        WHAT

Presto Map lead extractor helps you extract business listings from Google Maps. 

FOR WHOM AND WHY

Is your business targeting small businesses: Restaurants, bars, grocery stores, garages, hairdressers, small clothing shops, art galleries, and so on?

If that's the case, you've probably found yourself spending COUNTLESS hours browsing the Web building a prospection file. Emails, websites, addresses, and phone numbers are scattered all over the place, and, if not an intern, YOU will have to spend precious time gathering them before you can even get started prospecting.

This is the modern equivalent of "Take the phone book, go to 'A' and start dialing".

FEATURES

Using this software and data from maps, you can:
* Find leads literally at any place in the world
* Quickly filter and analyze leads in Excel 

The app is not magic. It extracts all available data from Google maps. Without this software, you can do it manually or hire a virtual assistant to do this job.

Functionality:
📍 Extract listings from Google Maps 
📊 Download as Excel with proper column types or in CSV
✨ The resulting spreadsheet contains 22 columns including phone numbers, venue name, and address (both English and localized variants), website, average rating, etc.

Please note: this app is freemium software. You can use a limited version for free or upgrade for unlimited usage. The download feature is limited to the recent 40 records. 

NOW TO USE

1) Click on the “puzzle” icon at the toolbar. Find Presto’s icon and pin to the toolbar for quick access.
2) Go to google.com/maps (you can use any national version in your language).
3) Make a search request e.g. “hair salon near Los Ángeles, CA, USA” 
4) See the number of results increasing over the toolbar icon
5) Download all records collected by clicking the “Download records” button in the extension’s popup
5.1) Clear results if you don’t need them and want to collect from scratch

GET SUPPORT

Support email is available within the extension in the popup.                    

확장 프로그램 기본 정보

이름 Presto Map lead extractor Presto Map lead extractor
ID ljnhdpilgapdpecpbpdiideeknfpkiih
공식 URL https://chrome.google.com/webstore/detail/presto-map-lead-extractor/ljnhdpilgapdpecpbpdiideeknfpkiih
설명 Extract SME business listings from Google Maps. Presto is a powerful way to generate leads
파일 크기 1.26 MB
설치 횟수 40,000
현재 버전 0.1.4
최근 업데이트 2021-12-12
출시 날짜 2021-03-16
평점 4.66/5 총 50 개의 평점
개발자 http://extpose.com
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vRo7pRGkrPkeucDrEMpUVuhPeiPEhxy9h55kQTXQuXpfdWSAhHdFqjohyl68d_Aa2AYPmkKoDq1ZNWn/pub
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js",
            "analytics.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon-128.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_name__"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "",
        "storage",
        "unlimitedStorage",
        "webRequest"
    ],
    "version": "0.1.4"
}