Outsell – Free B2B Contact Data

Outsell – Free B2B Contact Data

Free B2B contact data. Save time and close better deals.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "19": "icons/action/19-disabled.png",
      "38": "icons/action/38-disabled.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/content_script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Free B2B contact data. Save time and close better deals.",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 3,
  "name": "Outsell – Free B2B Contact Data",
  "permissions": [
    "activeTab",
    "alarms",
    "cookies",
    "scripting",
    "storage"
  ],
  "short_name": "Outsell",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "css/*.css",
        "*.woff",
        "*.woff2",
        "icons/*",
        "images/*"
      ]
    }
  ],
  "version": "3.2.1"
}