Apollo.io: Free B2B Phone Number & Email Finder

Apollo.io: Free B2B Phone Number & Email Finder

Apollo enables users to find contact info, connect with buyers, track emails, and more for free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "7.5.3",
  "name": "Apollo.io: Free B2B Phone Number & Email Finder",
  "manifest_version": 3,
  "description": "Apollo enables users to find contact info, connect with buyers, track emails, and more for free.",
  "action": {
    "default_title": "Apollo",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "service_worker": "serviceWorker.js",
    "type": "module"
  },
  "permissions": [
    "contextMenus",
    "notifications",
    "scripting",
    "storage",
    "tabs",
    "webNavigation"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "loading.html",
        "panel.html",
        "window.html",
        "img/*",
        "fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://www.apollo.io/*",
      "https://beta.apollo.io/*",
      "https://app.apollo.io/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src https://o101058.ingest.sentry.io https://app.apollo.io https://api.amplitude.com https://track.customer.io https://insights-collector.newrelic.com http://whatis.customeriomail.com/;"
  }
}