Justdial Business Scrapper

Scrape the business information from Justdial

Justdial Business Scrapperคืออะไร?

Justdial Business Scrapper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.justdialdataextractor.com และคุณลักษณะหลักของมันคือ "Scrape the business information from Justdial"

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

screenshot

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

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

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

                        Data Scraping Software from Justdial Business Website.

We have highly experienced professionals in Information Technology field with vast domain knowledge. At Global Data System we believe in delivering scalable, efficient and easy to manage solutions using cutting edge technologies.

Justdial data estractor tool is a very usefull web scraping tool used to get database of targeted audiance from justdial. it's very easy to use you can exact data with single click using url

Justdial Data Extractor is the most powerful tool and easy-to-use data extraction software for web scraping and data extraction from justdial. Just Data Extractor will benefit a wide range of computer users. Let's say, for example, you need to extract all business (Company , address, contact, Categories, Phone no, Mobile no and etc.) from Justdial. It's may save your browsing hours!                    

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

ชื่อ Justdial Business Scrapper Justdial Business Scrapper
ID dbbgnjncilegjkcdlblagaophhkcanel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/justdial-business-scrappe/dbbgnjncilegjkcdlblagaophhkcanel
คำอธิบาย Scrape the business information from Justdial
ขนาดไฟล์ 2.04 MB
จำนวนการติดตั้ง 2,065
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2023-01-24
วันที่เผยแพร่ 2021-04-20
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.justdialdataextractor.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://justdialdataextractor.com/
URL หน้าช่วยเหลือ https://justdialdataextractor.com/contactus.html
URL หน้านโยบายความเป็นส่วนตัว https://globalgymsoftware.com/Privacy-Policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Justdial Business Scrapper",
    "version": "1.9",
    "description": "Scrape the business information from Justdial",
    "permissions": [
        "alarms",
        "cookies",
        "downloads",
        "notifications",
        "storage",
        "unlimitedStorage",
        "*:\/\/*\/*",
        "*:\/\/*.globalgymsoftware.in\/*",
        "https:\/\/web.whatsapp.com\/*",
        "https:\/\/www.google.com\/maps\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/default_icon_16.png",
            "24": "images\/default_icon_24.png",
            "32": "images\/default_icon_32.png",
            "48": "images\/default_icon_48.png",
            "128": "images\/default_icon_128.png"
        },
        "default_title": "Justdial Business Scrapper"
    },
    "icons": {
        "16": "images\/default_icon_16.png",
        "24": "images\/default_icon_24.png",
        "32": "images\/default_icon_32.png",
        "48": "images\/default_icon_48.png",
        "128": "images\/default_icon_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "libs\/jquery-3.1.1.min.js",
            "js\/consts.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.justdial.com\/*"
            ],
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "js\/check-ext-exipre.js",
                "contentscript\/ignore_jd_numbers.js",
                "contentscript\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "manifest_version": 2
}