Justdial Scraper

Justdial Scraper will extract Data from justdial.com

Justdial Scraperคืออะไร?

Justdial Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marketing Softwares และคุณลักษณะหลักของมันคือ "Justdial Scraper will extract Data from justdial.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Justdial Scraper

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

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

                        Scrape the information web search results Scraper extracts data out of search pages and into Microsoft Excel CSV
Extractor the information from Justdial search results
Scraper extracts data out of search pages and into Microsoft Excel spreadsheets

The most extensive Justdial Scraper tool to create actionable lists of leads
Use our Justdial Scraper SEARCH data extractor tool to create actionable lists of leads for growth hacking. Quickly find useful data including names, emails, phone numbers,landmark,website,address,link and etc.. to build lists that really work!

Please install the corresponding Chrome extension as well to enable scraping of data.                    

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

ชื่อ Justdial Scraper Justdial Scraper
ID logkdnjfpgaoafidolakpjodegcegmen
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/justdial-scraper/logkdnjfpgaoafidolakpjodegcegmen
คำอธิบาย Justdial Scraper will extract Data from justdial.com
ขนาดไฟล์ 1.49 MB
จำนวนการติดตั้ง 100
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2021-11-08
วันที่เผยแพร่ 2021-10-29
ผู้พัฒนา Marketing Softwares
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "libs\/jquery-3.1.1.min.js",
            "js\/consts.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/default_icon_128.png",
            "16": "images\/default_icon_16.png",
            "24": "images\/default_icon_24.png",
            "32": "images\/default_icon_32.png",
            "48": "images\/default_icon_48.png"
        },
        "default_title": "Justdial Scraper"
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "contentscript\/content.js"
            ],
            "matches": [
                "*:\/\/*.justdial.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Justdial Scraper will extract Data from justdial.com",
    "icons": {
        "128": "images\/default_icon_128.png",
        "16": "images\/default_icon_16.png",
        "24": "images\/default_icon_24.png",
        "32": "images\/default_icon_32.png",
        "48": "images\/default_icon_48.png"
    },
    "manifest_version": 2,
    "name": "Justdial Scraper",
    "permissions": [
        "webRequest",
        "activeTab",
        "downloads",
        "notifications",
        "storage",
        "*:\/\/*.justdial.com\/*",
        "https:\/\/web.whatsapp.com\/send?phone=*",
        "https:\/\/hsdigitalsolution.in\/extractor\/api\/whatsapp_extension.php",
        "https:\/\/www.google.com\/search?q=*"
    ],
    "version": "1.2.0",
    "web_accessible_resources": [
        "images\/*"
    ]
}