Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jun 17, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "5.1.0", "name": "LinkedIn Email Finder & Intelligence | Salesgear", "short_name": "LinkedIn Email Finder", "description": "LinkedIn Email Finder tool helps you find emails & phone numbers from any LinkedIn profile. Email & call without leaving LinkedIn.", "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 & Tracking | 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:\/\/www.linkedin.com\/*", "https:\/\/linkedin.com\/*" ], "js": [ "linkedin-main.js", "linkedin-finder-main.js" ], "run_at": "document_end" }, { "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", "declarativeNetRequest", "cookies", "scripting", "system.display" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "host_permissions": [ "<all_urls>" ] }