Goyral JD Extractor

Goyral JD Extractor

Goyral Just Dial Data Extractor tool is a lightweight and powerful Just Dial data scraping software for lead generation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Goyral JD Extractor",
  "description": "Goyral Just Dial Data Extractor tool is a lightweight and powerful Just Dial data scraping software for lead generation.",
  "version": "3.1.2",
  "permissions": [
    "storage",
    "*://*.goyral.com/*",
    "downloads",
    "management",
    "browsingData",
    "notifications",
    "identity",
    "identity.email",
    "*://*.justdial.com/*"
  ],
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "background": {
    "scripts": [
      "js/xlsx.full.min.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "options_page": "html/output.html",
  "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": "Goyral JD Extractor"
  },
  "content_scripts": [
    {
      "js": [
        "js/html2canvas.min.js",
        "js/jquery-3.3.1.js",
        "js/progress.js",
        "js/content.js"
      ],
      "matches": [
        "*://*.justdial.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}