Email Finder Powered By AI | Ful.io

Email Finder Powered By AI | Ful.io

Source and verify email addresses in a single click with Ful.io’s AI-powered Email Finder extension!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Email Finder Powered By AI | Ful.io",
  "version": "3.2.1",
  "description": "Source and verify email addresses in a single click with Ful.io’s AI-powered Email Finder extension!",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/default-email.png"
  },
  "icons": {
    "16": "icons/default-email.png",
    "48": "icons/default-email.png",
    "128": "icons/default-email.png"
  },
  "host_permissions": [
    "https://*.ful.io/"
  ],
  "permissions": [
    "activeTab"
  ],
  "background": {
    "service_worker": "/background.js",
    "type": "module"
  }
}