JD Extractor

JustDial Data Extractor tool

What is JD Extractor?

JD Extractor is a Chrome extension developed by easy extrax, and its main feature is "JustDial Data Extractor tool".

Extension Screenshots

screenshot

Download JD Extractor Extension CRX File

Download JD Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Just dial Data Extractor is software that can extract information such as title, phone number, email etc...                    

Extension Basic Information

Name JD Extractor JD Extractor
ID mihnakoibnncegmcibpgallmgephjepk
Official URL https://chromewebstore.google.com/detail/jd-extractor/mihnakoibnncegmcibpgallmgephjepk
Description JustDial Data Extractor tool
File Size 277 KB
Installation Count 2,186
Current Version 2.0
Last Updated 2023-01-20
Publish Date 2021-02-11
Rating 2.33/5 Total 3 Ratings
Developer easy extrax
Email [email protected]
Payment Type free
Privacy Policy Page URL https://scrapers.in/privacy-policy-2
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JD Extractor",
    "description": "JustDial Data Extractor tool",
    "version": "2.0",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_popup": "html\/index.html",
        "default_title": "JD Extractor"
    },
    "options_page": "html\/option.html",
    "background": {
        "scripts": [
            "lib\/js\/jquery-min.js",
            "js\/eventpage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "*:\/\/goyral.com\/*",
        "*:\/\/*.google.com\/*",
        "downloads",
        "browsingData"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/html2canvas.min.js",
                "js\/tesseract.js",
                "lib\/js\/jquery-min.js",
                "contentscript\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/*.justdial.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}