Yellow Pages Scraper - Yellow Pages Spider

Generate thousands of leads, Yellow Pages Scraper is a tool which can extract the directories and export the data to csv file.

Yellow Pages Scraper - Yellow Pages Spiderคืออะไร?

Yellow Pages Scraper - Yellow Pages Spider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://extensionsbox.com และคุณลักษณะหลักของมันคือ "Generate thousands of leads, Yellow Pages Scraper is a tool which can extract the directories and export the data to csv file."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yellow Pages Scraper - Yellow Pages Spider

ดาวน์โหลดไฟล์ส่วนขยาย Yellow Pages Scraper - Yellow Pages Spider ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Generate thousands of leads in just one-click, Yellow Pages Scraper is a smart tool which can extract the Yellow Pages directories and export the data to csv file.

How does it Works?
All you have to do is enter a YellowPages search url and then just click the Start Extracting button, after complete extracting, you can download detail list which in a well-organized manner that you can easily review and can import to Excel or your database.

What columns you can export?
#Business Name
#Business Category
#Phone
#Website
#Address
#Postal Code
#Rating
#Reviews
#Business Detail Link
#Business Image

Data Privacy
All data is processed in your local computer, it is never passing through our web server, no one knows what you exported.

FAQ
https://yellowpagesscraper.extensionsbox.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Yellow Pages Scraper - Yellow Pages Spider Yellow Pages Scraper - Yellow Pages Spider
ID iijgmfjjmcifekbfiknmefbkgbolonac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yellow-pages-scraper-yell/iijgmfjjmcifekbfiknmefbkgbolonac
คำอธิบาย Generate thousands of leads, Yellow Pages Scraper is a tool which can extract the directories and export the data to csv file.
ขนาดไฟล์ 2.21 MB
จำนวนการติดตั้ง 1,771
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-06-15
วันที่เผยแพร่ 2022-02-28
คะแนน 3.67/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://extensionsbox.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://yellowpagesscraper.extensionsbox.com/
URL หน้าช่วยเหลือ https://yellowpagesscraper.extensionsbox.com/
URL หน้านโยบายความเป็นส่วนตัว https://extensionsbox.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Generate thousands of leads, Yellow Pages Scraper is a tool which can extract the directories and export the data to csv file.",
    "version": "1.0.2",
    "manifest_version": 3,
    "name": "Yellow Pages Scraper - Yellow Pages Spider",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "identity",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*.yellowpages.com\/*",
        "*:\/\/*.extensionsbox.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.yellowpages.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "libs\/style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl7WY2n5n+gbiBe4ROPf\/lPgi2jralBNyx817LKt3\/5ZaC\/3hcxbdCpo0XS4PGnt8gXWNXaU2wx0he37rNb7pL1TEa2YwuFcNfC50H5cXUsVRxLAO+BMWMOzianrcJVmLV3RB0W0G5Z2HQzKI7sK4fu\/lneCTpSvKlXK7VIKGxwDYpuyCAScSOQpkWLLEmHF0eroDZpfdT\/Jv4HMZdL6oj0CoOl3vg+lLS6p7+qQ3Ko1uLVKBYs6El7qYtUYmTtHJ8Brc0pswqI+IXXxfEx3rkxo3PlEUAj\/Nq0JFhxE6xs9\/VTTa6PZAT3+z596DOLytiVVo42ooLrV+yO0iDr6lVQIDAQAB",
    "oauth2": {
        "client_id": "638376491316-ac0tegnv4bd0102bogmr717m2bk3of75.apps.googleusercontent.com",
        "web_client_id": "738301887624-748srkpj6e0em7rlhnjra8uv9u4k4mrf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*"
            ],
            "matches": []
        }
    ]
}