Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "6.0.5",
"name": "LinkedIn Email Finder & Intelligence | Salesgear",
"short_name": "LinkedIn Finder Email",
"description": "LinkedIn email finder & LinkedIn phone number finder extension. Find verified emails, phone numbers from any LinkedIn profile.",
"icons": {
"16": "images\/Logo\/logo16.png",
"32": "images\/Logo\/logo32.png",
"64": "images\/Logo\/logo64.png",
"128": "images\/Logo\/logo128.png"
},
"action": {
"default_icon": "images\/Logo\/logo64.png",
"default_title": "LinkedIn Email Finder | Salesgear"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.force.com\/lightning\/*",
"https:\/\/*.pipedrive.com\/*",
"https:\/\/crm.zoho.in\/*",
"https:\/\/crm.zoho.com\/*",
"https:\/\/crmsandbox.zoho.com\/*",
"*:\/\/*.hubspot.com\/*",
"*:\/\/*.salesforce.com\/*",
"*:\/\/crmplus.zoho.com\/*",
"*:\/\/crmplus.zoho.in\/*"
],
"js": [
"crm-main.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"gmail-main.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/contacts.google.com\/*",
"https:\/\/outlook.live.com\/mail\/*"
],
"js": [
"open-profile-in-salesgear.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"matches": [
"https:\/\/app.salesgear.io\/*",
"https:\/\/app.salesgearqe.com\/*",
"http:\/\/localhost:3000\/*"
],
"js": [
"web-content-main.js"
],
"run_at": "document_end"
},
{
"matches": [
"<all_urls>"
],
"js": [
"app.js"
],
"run_at": "document_end"
}
],
"homepage_url": "https:\/\/www.salesgear.io\/",
"web_accessible_resources": [
{
"resources": [
"images\/*.png"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"gcm",
"tabs",
"activeTab",
"notifications",
"storage",
"scripting",
"declarativeNetRequest"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"host_permissions": [
"<all_urls>"
]
}