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": "9.2.0", "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" }, "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" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "loading.html", "panel.html", "window.html", "sidebar-main.html", "linkedin-sidebar.html", "salesforce-sidebar.html", "salesforce-toolbar.html", "gCal-sidebar.html", "hubspot-sidebar.html", "hubspot-toolbar.html", "state-sync-iframe.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;" } }