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", "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "version": "2.0.13", "manifest_version": 3, "permissions": [ "tabs", "storage", "sidePanel", "cookies", "notifications", "alarms" ], "host_permissions": [ "<all_urls>" ], "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "background": { "service_worker": "src\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/anymailfinder.com\/*", "*:\/\/*.anymailfinder.com\/*", "*:\/\/lemlist.com\/*", "*:\/\/*.lemlist.com\/*", "*:\/\/getprospect.com\/*", "*:\/\/*.getprospect.com\/*", "*:\/\/kaspr.io\/*", "*:\/\/*.kaspr.io\/*", "*:\/\/rocketreach.co\/*", "*:\/\/*.rocketreach.co\/*", "*:\/\/signalhire.com\/*", "*:\/\/*.signalhire.com\/*", "*:\/\/pipileads.com\/*", "*:\/\/*.pipileads.com\/*", "*:\/\/skrapp.io\/*", "*:\/\/*.skrapp.io\/*", "*:\/\/salesql.com\/*", "*:\/\/*.salesql.com\/*", "*:\/\/lusha.com\/*", "*:\/\/*.lusha.com\/*", "*:\/\/contactout.com\/*", "*:\/\/*.contactout.com\/*", "*:\/\/aeroleads.com\/*", "*:\/\/*.aeroleads.com\/*", "*:\/\/reply.io\/*", "*:\/\/*.reply.io\/*", "*:\/\/kendoemailapp.com\/*", "*:\/\/*.kendoemailapp.com\/*", "*:\/\/prospeo.io\/*", "*:\/\/*.prospeo.io\/*", "*:\/\/findymail.com\/*", "*:\/\/*.findymail.com\/*", "*:\/\/tomba.io\/*", "*:\/\/*.tomba.io\/*", "*:\/\/salesgear.io\/*", "*:\/\/*.salesgear.io\/*" ], "js": [ "src\/content-script\/peer.js" ], "run_at": "document_idle", "all_frames": true }, { "matches": [ "<all_urls>" ], "exclude_matches": [ "*:\/\/*.linkedcrm.ai\/*", "*:\/\/linkedcrm.ai\/*", "*:\/\/*.leadcontact.ai\/*", "*:\/\/leadcontact.ai\/*", "*:\/\/localhost\/*" ], "js": [ "src\/content-script\/linkedin.js" ], "run_at": "document_idle", "all_frames": true, "css": [ "style.css" ] }, { "matches": [ "https:\/\/accounts.google.com\/signin\/oauth\/consent?as=*client_id=232029714160-2kecejjsf4lpc6df14iasmfsbttdcfmg.apps.googleusercontent.com*", "https:\/\/accounts.google.com\/signin\/oauth\/v2\/consentsummary?as*client_id=232029714160-2kecejjsf4lpc6df14iasmfsbttdcfmg.apps.googleusercontent.com*" ], "js": [ "src\/content-script\/googlesheets.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.notion.so\/install-integration?response_type=code&client_id=*api.linkedcrm.ai*", "https:\/\/www.notion.so\/install-integration?response_type=code&client_id=*portal.linkedcrm.ai*", "https:\/\/www.notion.so\/install-integration?response_type=code&client_id=*demo.linkedcrm.ai*", "https:\/\/www.notion.so\/install-integration?response_type=code&client_id=*api.leadcontact.ai*", "https:\/\/www.notion.so\/install-integration?response_type=code&client_id=*app.leadcontact.ai*", "https:\/\/www.notion.so\/install-integration?response_type=code&client_id=*api.demo.leadcontact.ai*", "https:\/\/www.notion.so\/install-integration?response_type=code&client_id=*app.demo.leadcontact.ai*" ], "js": [ "src\/content-script\/notion.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.chatbase.co\/chatbot-iframe\/*" ], "js": [ "src\/content-script\/chatbase.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "https:\/\/app.leadcontact.ai\/*" ], "js": [ "src\/content-script\/jump.js", "src\/content-script\/web.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "*.ttf" ], "matches": [ "<all_urls>" ] } ], "action": { "default_title": "LeadContact Al: LinkedIn Email Finder & Copilot" }, "side_panel": { "default_path": "sidepanel.html" }, "default_locale": "en" }