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.1.8",
"manifest_version": 3,
"permissions": [
"tabs",
"storage",
"scripting",
"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"
},
"homepage_url": "https:\/\/leadcontact.ai",
"background": {
"service_worker": "src\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src\/content-script\/peer.js"
],
"run_at": "document_idle"
},
{
"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"
},
{
"matches": [
"https:\/\/leadcontact.ai\/*"
],
"js": [
"src\/content-script\/website.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"*.ttf"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"src\/content-script\/website.js"
],
"matches": [
"*:\/\/*.leadcontact.ai\/*",
"*:\/\/leadcontact.ai\/*"
]
}
],
"action": {
"default_title": "LeadContact Al: LinkedIn Email Finder & Copilot"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"default_locale": "en"
}