Yellow Pages Scraper

Extract leads from yellow pages in csv format

Yellow Pages Scraper là gì?

Yellow Pages Scraper là một tiện ích mở rộng Chrome được phát triển bởi https://yellow-pages-scraper.com, và tính năng chính của nó là "Extract leads from yellow pages in csv format".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yellow Pages Scraper

Tải xuống các tệp mở rộng Yellow Pages Scraper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Yellow Pages Scraper is a powerful leads exporting extension. It allows you to export leads data from yellow pages to a file in csv format.
## Intro

Yellow Pages Scraper is a powerful extension for Shopify. It allows you to export leads data from yellow pages to csv file with one click.

## Traits
One click to export all leads and business data to CSV and Excel file
Export leads and business data for YellowPages
Export leads and business data from selected filters
Export selected leads and business data
Search and export the corresponding leads and business data
View lead and data details
Accept United State & Canada Yellow Page

# It's free?

Yes, Yellow Pages Scraper is free. You can get basic functionality and upgrade to get more functionality.

# Data confidentiality
All leads data is processed in your local computer, it never goes through our web server, no one knows what you have discarded.

Questions? Write to us at the email address: [email protected] or directly on our site from this link https://yellow-pages-scraper.com/contact

# IMPORTANT NOTE:
Yellow Pages Scraper is in no way in partnership with the official Yellow pages site. It is an unofficial application which is independently developed and maintained.

privacy policy
https://yellow-pages-scraper.com/security-policy                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yellow Pages Scraper Yellow Pages Scraper
ID dfgcbaplonnfgoidpagljhfmajodiljc
URL Chính Thức https://chromewebstore.google.com/detail/yellow-pages-scraper/dfgcbaplonnfgoidpagljhfmajodiljc
Mô tả Extract leads from yellow pages in csv format
Kích Thước Tệp 164 KB
Số Lần Cài Đặt 1,147
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-04-11
Ngày Phát Hành 2022-11-07
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://yellow-pages-scraper.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yellow-pages-scraper.com/
URL Trang Trợ Giúp https://yellow-pages-scraper.com/contact
URL Trang Chính Sách Bảo Mật https://yellow-pages-scraper.com/security-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yellow Pages Scraper",
    "version": "1.0.3",
    "description": "Extract leads from yellow pages in csv format",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.yellowpages.com\/*",
                "http:\/\/*.yellowpages.com\/*",
                "https:\/\/*.yellowpages.ca\/*",
                "http:\/\/*.yellowpages.ca\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}