Goyral YP Extractor

Goyral YP Extractor

Goyral Yellow Page Data Extractor tool is a lightweight and powerful yellow page 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 YP Extractor",
  "description": "Goyral Yellow Page Data Extractor tool is a lightweight and powerful yellow page data scraping software for lead generation.",
  "version": "1.4",
  "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": "Goyral YP Extractor"
  },
  "options_page": "html/option.html",
  "background": {
    "scripts": [
      "js/eventpage.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "notifications",
    "*://goyral.com/*",
    "downloads",
    "browsingData",
    "tabs"
  ],
  "content_scripts": [
    {
      "js": [
        "lib/js/jquery-min.js",
        "contentscript/content.js"
      ],
      "css": [
        "css/style.css"
      ],
      "matches": [
        "*://*.yellowpages.com/*"
      ],
      "run_at": "document_end"
    }
  ]
}