Presto OSM lead extractor
Save business listings from OpenStreetMap. Presto is a powerful way to generate leads
Τι είναι το Presto OSM lead extractor;
Το Presto OSM lead extractor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://presto-maps-scraper.com, και η κύρια λειτουργία του είναι "Save business listings from OpenStreetMap. Presto is a powerful way to generate leads".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Presto OSM lead extractor
Λήψη αρχείων επέκτασης Presto OSM lead extractor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
UPD: Oct-2023 Fixed and tested. WHAT Presto Map lead extractor helps you extract business listings from OpenStreetMap. 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 Online maps. Without this software, you can do it manually or hire a virtual assistant to do this job. Functionality: 📍 Extract listings from Open Street maps (OSM) 📊 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 https://overpass-turbo.eu/ You can use any Oversee gateway - https://wiki.openstreetmap.org/wiki/Overpass_API 3) Perform search by pressing “Run” - the query language is described there: https://wiki.openstreetmap.org/wiki/Overpass_API 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 ISSUES If you see that your queries are slow on the web it could break Presto functionality. GET SUPPORT Support email: [email protected] DISCLAIMER The OpenStreetMap is a trademark of the OpenStreetMap Foundation, and is used with their permission. This product are not endorsed by or affiliated with the OpenStreetMap Foundation.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Presto OSM lead extractor |
ID | oilholdcmnjkebdhokhaamalceecjbip |
Επίσημο URL | https://chromewebstore.google.com/detail/presto-osm-lead-extractor/oilholdcmnjkebdhokhaamalceecjbip |
Περιγραφή | Save business listings from OpenStreetMap. Presto is a powerful way to generate leads |
Μέγεθος Αρχείου | 491 KB |
Αριθμός Εγκαταστάσεων | 245,988 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2023-10-11 |
Ημερομηνία Δημοσίευσης | 2022-07-05 |
Αξιολόγηση | 1.00/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | https://presto-maps-scraper.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://presto-maps-scraper.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://docs.google.com/document/d/e/2PACX-1vRo7pRGkrPkeucDrEMpUVuhPeiPEhxy9h55kQTXQuXpfdWSAhHdFqjohyl68d_Aa2AYPmkKoDq1ZNWn/pub |
Υποστηριζόμενες Γλώσσες | 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", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "128": "icons\/icon-128.png" }, "default_popup": "html\/popup.html", "default_title": "__MSG_extName__" }, "icons": { "128": "icons\/icon-128.png" }, "default_locale": "en", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extShortDesc__", "permissions": [ "alarms", "storage", "unlimitedStorage", "webRequest" ], "host_permissions": [ "https:\/\/*\/*" ], "version": "1.0.0" } |