Simple B2B Leads

Simple B2B Leads

Simple B2B Leads helps you find b2b leads without any restriction and use the leads to market your services.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Simple B2B Leads helps you find b2b leads without any restriction and use the leads to market your services.",
  "version": "1.0.6",
  "manifest_version": 3,
  "name": "Simple B2B Leads",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "/assets/img/icon2.png"
  },
  "icons": {
    "128": "/assets/img/icon2.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/search*"
      ],
      "js": [
        "/assets/dist/js/jquery.min.js",
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "/assets/img/icon2.png"
      ],
      "matches": []
    }
  ],
  "host_permissions": [
    "*://*/*"
  ]
}