Business Leads Scrapper Tool

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

Business Leads Scrapper Tool란 무엇입니까?

Business Leads Scrapper Tool은(는) https://www.scrappertool.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Business Leads Scrapper Tool heps you to scrape the information from facebook search page results"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Business Leads Scrapper Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Business Leads Scrapper Tool Business Leads Scrapper Tool
ID pllhgmakfbbbbaelhhoompbffgknkodc
공식 URL https://chromewebstore.google.com/detail/business-leads-scrapper-t/pllhgmakfbbbbaelhhoompbffgknkodc
설명 Business Leads Scrapper Tool heps you to scrape the information from facebook search page results
파일 크기 3.3 MB
설치 횟수 867
현재 버전 1.0.8
최근 업데이트 2024-02-23
출시 날짜 2023-07-15
평점 5.00/5 총 1 개의 평점
개발자 https://www.scrappertool.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.scrappertool.com/services/fb-data-scrapper.html
도움말 페이지 URL https://www.scrappertool.com/contact.html
개인정보 보호 정책 페이지 URL https://www.scrappertool.com/privacy-policy.html
지원되는 언어 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
}