Business Leads Scrapper Tool

Business Leads Scrapper Tool heps you to scrape the information from facebook search page results

O que é Business Leads Scrapper Tool?

Business Leads Scrapper Tool é uma extensão do Chrome desenvolvida por https://www.scrappertool.com, e sua principal característica é "Business Leads Scrapper Tool heps you to scrape the information from facebook search page results".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Business Leads Scrapper Tool

Baixe arquivos de extensão Business Leads Scrapper Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Business Leads Scrapper Tool are software applications that automate the process of collecting data from Facebook search results. This type of tool is widely used in the fields of marketing, research, and data analysis to gather information about individuals, pages, groups, and places on search results.

There are several types of data that can be extracted from Facebook using a data scraping tool:

Business Leads Scrapper Tool People data: This includes information such as name, location, gender, age. This data can be used for targeted marketing campaigns or for research purposes.

Business Leads Scrapper Tool Page data: This includes information about pages, such as the name of the page, description, category, number of followers, and engagement metrics. This data can be used to analyze the performance of a page or to identify potential competitors.

Business Leads Scrapper Tool Place data: This includes information about places on search results, such as the name of the place, address, phone number, hours of operation, and reviews. This data can be used to identify popular locations or to conduct market research.

Business Leads Scrapper Tool Group member data: This includes information about members of groups, such as the name, location, interests, and activity level. This data can be used to identify potential customers or to conduct research on specific topics.

Business Leads Scrapper Tool typically works by using a web crawler to navigate through Facebook and collect data from various pages, groups, and profiles.

Please note that our Chrome plugin is not endorsed or certified by Facebook Inc. It is an unofficial enhancement and automation tool that works with Facebook for Web. We encourage users to consider them terms and conditions, as well as their privacy policy, when using our tool. It's important to respect them trademark and intellectual property rights.

The privacy of our users is important to us. We only scrape data available data and do not broadcast, sell, share, or distribute any user-collected data. Our extension was designed with user privacy in mind. For more information, please refer to our privacy policy.

Data Privacy
All the data is processed only on your local computer, it never passes through our web servers, no one knows what you exported.

LEGAL
Facebook™ is a trademark of Facebook Inc., registered in the U.S. and other countries. This is an independent project developed by SCRAPPERTOOL and has no relationship to Facebook or Facebook Inc.

If you have any issues or inquiries related to our F.B. Data Scraper Tool Extension, please feel free to reach out to us at [email protected].

App Privacy policy: https://www.scrappertool.com/privacy-policy.html

How It Works?
https://youtu.be/wi2ol1fjtlU                    

Informações Básicas da Extensão

Nome Business Leads Scrapper Tool Business Leads Scrapper Tool
ID pllhgmakfbbbbaelhhoompbffgknkodc
URL Oficial https://chromewebstore.google.com/detail/business-leads-scrapper-t/pllhgmakfbbbbaelhhoompbffgknkodc
Descrição Business Leads Scrapper Tool heps you to scrape the information from facebook search page results
Tamanho do Arquivo 3.3 MB
Contagem de Instalações 867
Versão Atual 1.0.8
Última Atualização 2024-02-23
Data de Publicação 2023-07-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.scrappertool.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.scrappertool.com/services/fb-data-scrapper.html
URL da Página de Ajuda https://www.scrappertool.com/contact.html
URL da Página de Política de Privacidade https://www.scrappertool.com/privacy-policy.html
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Business Leads Scrapper Tool",
    "version": "1.0.8",
    "description": "Business Leads Scrapper Tool heps you to scrape the information from facebook search page results",
    "permissions": [
        "tabs",
        "downloads",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.scrappertool.com\/api\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/default_icon_16.png",
            "24": "images\/default_icon_24.png",
            "32": "images\/default_icon_32.png",
            "48": "images\/default_icon_48.png",
            "128": "images\/default_icon_128.png"
        },
        "default_title": "Business Leads Scrapper Tool"
    },
    "icons": {
        "16": "images\/default_icon_16.png",
        "24": "images\/default_icon_24.png",
        "32": "images\/default_icon_32.png",
        "48": "images\/default_icon_48.png",
        "128": "images\/default_icon_128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "libs\/toastr.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/toastr.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "js\/*",
                "images\/*",
                "libs\/*",
                "html\/*",
                "contentscript\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}