Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "10.0.0", "name": "Apollo.io: Free B2B Phone Number & Email Finder", "short_name": "Apollo.io", "manifest_version": 3, "description": "Apollo enables users to find contact info, connect with buyers, track emails, and more for free.", "action": { "default_title": "Apollo" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/apolloIconManager.bundle.js" ], "world": "ISOLATED" }, { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "js\/injectLINetwork.bundle.js" ], "run_at": "document_start" } ], "permissions": [ "contextMenus", "notifications", "scripting", "storage", "tabs", "webNavigation", "sidePanel" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "loading.html", "panel.html", "window.html", "sidebar-main.html", "linkedin-sidebar.html", "salesforce-sidebar.html", "salesforce-toolbar.html", "apollo-everywhere-sidebar.html", "gCal-sidebar.html", "hubspot-sidebar.html", "hubspot-toolbar.html", "state-sync-iframe.html", "side-panel.html", "microphone-access.html", "img\/*", "fonts\/*", "js\/*", "js\/*.js", "json\/*", "js\/css\/*", "*.css" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.apollo.io\/*", "https:\/\/beta.apollo.io\/*", "https:\/\/app.apollo.io\/*", "https:\/\/extension.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:\/\/extension.apollo.io https:\/\/api.amplitude.com https:\/\/track.customer.io https:\/\/insights-collector.newrelic.com http:\/\/whatis.customeriomail.com\/ wss:\/\/voice-js.roaming.twilio.com\/signal https:\/\/sdk.twilio.com https:\/\/api2.amplitude.com\/2\/httpapi https:\/\/eventgw.us1.twilio.com\/v4\/EndpointEvent wss:\/\/ws-mt1.pusher.com https:\/\/ws-mt1.pusher.com https:\/\/sockjs-mt1.pusher.com wss:\/\/sockjs-mt1.pusher.com https:\/\/eventgw.us1.twilio.com\/v4\/EndpointEvents https:\/\/eventgw.us1.twilio.com\/v4\/EndpointMetrics;" } }