Maps Scraper & Map data extractor

A scraping tool for map business leads, one click to extract data from Bing Maps, includes phone number, email, social media.

Что такое Maps Scraper & Map data extractor?

Maps Scraper & Map data extractor - это расширение Chrome, разработанное tagahyaghauahhar7568, и его основная функция - "A scraping tool for map business leads, one click to extract data from Bing Maps, includes phone number, email, social media.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Maps Scraper & Map data extractor

Скачайте файлы расширений Maps Scraper & Map data extractor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The Maps Scraper is a tool that instantly generates a large number of leads from any location around the world. This leads finder extracts crucial information such as names, addresses, phone numbers, email addresses, websites, and social media profiles, and provides all of the data in a convenient Excel (.xlsx/.csv) sheet. 

With the tool, you can easily and quickly find the leads you need to grow your business.

Here’s how we help tens of thousands of users like you each day scale up their sales:
🔹 B2B Marketers — Get quality email addresses and other critical features to help you land your next big client.
🔹 SaaS Companies — Make your outreach teams more savvy with ways to increase your customer base and keep them coming back for more.
🔹 Growth Hackers — Grow your user base accurately and efficiently without spending 24/7 on outreach.
🔹 Sales Teams — Take advantage of our suite of tools to reach more customers and close more deals.
More Leads ➔ More Engagements ➔ More Revenue

Questions?
Drop us a line at [email protected]                    

Основная информация о расширении

Название Maps Scraper & Map data extractor Maps Scraper & Map data extractor
ID ofbhiclojhjkggpnapcnjjjdjlgcikdf
Официальный URL https://chromewebstore.google.com/detail/maps-scraper-map-data-ext/ofbhiclojhjkggpnapcnjjjdjlgcikdf
Описание A scraping tool for map business leads, one click to extract data from Bing Maps, includes phone number, email, social media.
Размер файла 1.02 MB
Количество установок 1,360
Текущая Версия 2.4.3
Последнее Обновление 2024-01-04
Дата публикации 2023-08-18
Рейтинг 4.41/5 Всего 39 оценок
Разработчик tagahyaghauahhar7568
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://mapsscraper.net/
URL страницы помощи https://mapsscraper.net/
URL страницы политики конфиденциальности https://indeedscraper.net/privacy
Поддерживаемые языки 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",
    "name": "__MSG_appName__",
    "description": "__MSG_appDes__",
    "version": "2.4.3",
    "manifest_version": 3,
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj4Z3Rx7TszJdhBrbLXterfwLD1YcEig7nSbuWUXPHUC04yBKs0C\/btUZ1uf+3CmQz0CMPktxrEaKJv2EZSvpLQt8KCG5wI0qhIxRGeFqzNdtZD6xHVaempJqmxLoV9BK+H1dF3KGX3vafgYnjdNN07LG18sxf1XCs1Qi2rSxNck+gC6Dg8xj4qIilNEHCOtgHUDMi\/navaXBTZ4+10NgLiMZRWx8Eck41WBZRT2XBl80sags4zBEk7RB+fhodQAvCoPIL8AXgTQWD+ijTWdgcKKFOEpivfUkMewn7FOTy49ehBrjUJFxgKmwcUL4U8wU7XZOMZ9NliyFSbKavM\/vWQIDAQAB",
    "homepage_url": "https:\/\/mapsscraper.net",
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-be4d02a8.4e4cf18c.js"
            ],
            "matches": [
                "*:\/\/*.bing.com\/maps*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/*",
                "assets\/*",
                "cframe.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.bing.com\/*"
            ],
            "resources": [
                "assets\/chunk-cf22f926.js",
                "assets\/chunk-be4d02a8.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}