Yellow Pages Scraper

Extract leads from yellow pages in csv format

Yellow Pages Scraper란 무엇입니까?

Yellow Pages Scraper은(는) https://yellow-pages-scraper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract leads from yellow pages in csv format"입니다.

확장 프로그램 스크린샷

screenshot

Yellow Pages Scraper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Yellow Pages Scraper Yellow Pages Scraper
ID dfgcbaplonnfgoidpagljhfmajodiljc
공식 URL https://chromewebstore.google.com/detail/yellow-pages-scraper/dfgcbaplonnfgoidpagljhfmajodiljc
설명 Extract leads from yellow pages in csv format
파일 크기 164 KB
설치 횟수 1,147
현재 버전 1.0.3
최근 업데이트 2023-04-11
출시 날짜 2022-11-07
평점 5.00/5 총 7 개의 평점
개발자 https://yellow-pages-scraper.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://yellow-pages-scraper.com/
도움말 페이지 URL https://yellow-pages-scraper.com/contact
개인정보 보호 정책 페이지 URL https://yellow-pages-scraper.com/security-policy
지원되는 언어 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"
            ]
        }
    ]
}