WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LinkedIn Email Finder & Intelligence | Salesgear

LinkedIn Email Finder & Intelligence | Salesgear

View on Chrome Web Store
View LinkedIn Email Finder & Intelligence | Salesgear Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (107 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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.

LinkedIn Email Finder tool helps you find emails & phone numbers from any LinkedIn profile. Email & call without leaving LinkedIn.
Type
Extension
Users
4,000 users
1K
Website salesgear.io
Developer
View author page of Developer
Published
Published on February 25, 2019
Version 5.1.0
Manifest version
3
Updated
Updated on June 6, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View LinkedIn Email Finder & Intelligence | Salesgear Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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>"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top