Business Leads Scrapper Tool

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

Apa itu Business Leads Scrapper Tool?

Business Leads Scrapper Tool adalah ekstensi Chrome yang dikembangkan oleh https://www.scrappertool.com, dan fitur utamanya adalah "Business Leads Scrapper Tool heps you to scrape the information from facebook search page results".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Business Leads Scrapper Tool

Unduh file ekstensi Business Leads Scrapper Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Business Leads Scrapper Tool Business Leads Scrapper Tool
ID pllhgmakfbbbbaelhhoompbffgknkodc
URL Resmi https://chromewebstore.google.com/detail/business-leads-scrapper-t/pllhgmakfbbbbaelhhoompbffgknkodc
Deskripsi Business Leads Scrapper Tool heps you to scrape the information from facebook search page results
Ukuran File 3.3 MB
Jumlah Instalasi 867
Versi Saat Ini 1.0.8
Terakhir Diperbarui 2024-02-23
Tanggal Publikasi 2023-07-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.scrappertool.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.scrappertool.com/services/fb-data-scrapper.html
URL Halaman Bantuan https://www.scrappertool.com/contact.html
URL Halaman Kebijakan Privasi https://www.scrappertool.com/privacy-policy.html
Bahasa yang Didukung 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
}