Yellow Leads Extractor

One click to extract Local B2B leads from www.yellowpages.com and export leads to CSV files.

Τι είναι το Yellow Leads Extractor;

Το Yellow Leads Extractor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον johnsmithytb66, και η κύρια λειτουργία του είναι "One click to extract Local B2B leads from www.yellowpages.com and export leads to CSV files.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Yellow Leads Extractor

Λήψη αρχείων επέκτασης Yellow Leads Extractor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ## Overview:
This extension is designed to extract Business Information from the Real Yellow Pages search results. It enables you to conduct a search of business records based on a combination of search term and location, and then use the extension to extract all search results. The extracted information includes the Business Name, Email, Phone Number, Social Media links, Address, Website, and Categories Information.

Features:
✅   Extract Local B2B leads: Emails, Social Media Links such as  Instagram, Twitter, Facebook etc.
✅   Extract business name, phone numbers, website URLs, physical addresses from search results pages.
✅   Automatically paginate to retrieve all pages of search results.
✅   Export results to CSV/XLSX.

Is it Free?
Yes, it's completely free! You can access basic functionalities or upgrade for more features.

How to Use:
Please refer to our tutorial video on YouTube: https://www.youtube.com/watch?v=taCm3qT8l4c

Feedback and Support:
If you have any questions or need support, please contact us here: https://forms.gle/jdK7rZG6rrYLZdGp8

Privacy and Security:
We take your privacy seriously. All data scraped are processed locally and will never be transmitted to our servers. We do not keep your data.

Statement:
Please note that Real Yellow Pages is a trademark of yellowpages.com  Inc. This Scraper is not affiliated with, endorsed, sponsored, or otherwise related to yellowpages.com, Inc. or any of its affiliates or subsidiaries.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Yellow Leads Extractor Yellow Leads Extractor
ID bcpaocihmediijnbaocfoahdplapfgni
Επίσημο URL https://chromewebstore.google.com/detail/yellow-leads-extractor/bcpaocihmediijnbaocfoahdplapfgni
Περιγραφή One click to extract Local B2B leads from www.yellowpages.com and export leads to CSV files.
Μέγεθος Αρχείου 3.46 MB
Αριθμός Εγκαταστάσεων 116
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2024-01-05
Ημερομηνία Δημοσίευσης 2023-08-27
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής johnsmithytb66
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/piprivacypolicy/home
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,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",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.2.0",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Yellow Pages Scraper",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "help.html",
                "auth\/pay\/*",
                "dashboard.html",
                "injected.js",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.productivityimprover.com\/",
        "*:\/\/*.yellowpages.com\/",
        "http:\/\/localhost\/*",
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}