Find anyone's email - Contact Out

The best & most accurate email finding tool, used by 76% of FORTUNE500 companies

Find anyone's email - Contact Out क्या है?

Find anyone's email - Contact Out https://contactout.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best & most accurate email finding tool, used by 76% of FORTUNE500 companies"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Find anyone's email - Contact Out एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Find the most accurate emails and phone numbers on any website, used by 1.4M users from 76% of Fortune 500 companies.

ContactOut Chrome extension is a powerful prospecting tool that enhances your outreach efforts. It offers a wide range of features and benefits, including:

●	Find emails and phone numbers for over 300 million professionals on LinkedIn Standard, Sales Navigator, & Recruiter
●	Discover decision-makers on any company website with ContactOut Anywhere
●	Build relationships with decision-makers across levels for your next account based sales & marketing campaigns
●	Quickly create quality lead lists and sync them with your CRM & ATS
●	Engage with prospects instantly using multi-stage automated personalized email campaigns in just one click
●	Easily integrate ContactOut with your existing tools, including Salesforce, HubSpot, Lever, Bullhorn, Greenhouse, and over 5,000 other apps with Zapier.

Over 1.4 million recruiters and sales reps from top Fortune 500 companies.

And with a higher match rate compared to other alternatives  you're getting the most accurate information possible.

Whether you're a recruiter, sales rep, or marketer, ContactOut is the ultimate tool for turbocharging your prospecting efforts. 

So why wait? 

Download ContactOut now and see the results for yourself!

Try us and compare to Lusha, Apollo, RocketReach, SignalHire, HireEz.                    

एक्सटेंशन की मूल जानकारी

नाम Find anyone's email - Contact Out Find anyone's email - Contact Out
ID jjdemeiffadmmjhkbbpglgnlgeafomjo
आधिकारिक URL https://chromewebstore.google.com/detail/find-anyones-email-contac/jjdemeiffadmmjhkbbpglgnlgeafomjo
विवरण The best & most accurate email finding tool, used by 76% of FORTUNE500 companies
फ़ाइल का आकार 2.25 MB
स्थापना संख्या 282,668
वर्तमान संस्करण 5.9.6
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2020-06-07
रेटिंग 4.38/5 कुल 750 रेटिंग्स
डेवलपर https://contactout.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://contactout.com
सहायता पृष्ठ URL http://contactout.com
गोपनीयता नीति पृष्ठ URL https://contactout.com/privacy_policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Find anyone's email - Contact Out",
    "short_name": "Contact Out",
    "description": "The best & most accurate email finding tool, used by 76% of FORTUNE500 companies",
    "version": "5.9.6",
    "options_page": "assets\/pages\/options.html",
    "action": {
        "default_icon": "assets\/icons\/icon.png",
        "default_title": "Browse to any Linkedin profile and click to use",
        "default_popup": "assets\/pages\/app.html"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/in\/*",
                "*:\/\/*.linkedin.com\/sales*",
                "*:\/\/*.linkedin.com\/talent*"
            ],
            "js": [
                "\/app\/interceptor.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "https:\/\/github.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/github.com\/",
                "https:\/\/github.com\/pulls",
                "https:\/\/github.com\/issues",
                "https:\/\/github.com\/explore",
                "https:\/\/github.com\/marketplace",
                "https:\/\/github.com\/*\/*"
            ],
            "js": [
                "\/app\/content_script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/contactout.com\/login\/callback*",
                "*:\/\/contactout.com\/thanks"
            ],
            "js": [
                "\/app\/auth_callback.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/company\/*",
                "*:\/\/*.linkedin.com\/sales\/company\/*",
                "*:\/\/*.linkedin.com\/recruiter\/company\/*"
            ],
            "js": [
                "\/app\/linkedin_company.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/contactout.com\/*"
            ],
            "js": [
                "\/app\/contactout.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "\/app\/linkedin_feed_ai_commentor.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/checkpoint\/*"
            ],
            "js": [
                "\/app\/linkedin_detect.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/feed\/sales-navigator\/*"
            ],
            "js": [
                "\/app\/linkedin_feed_ai_commentor_sales_nav_post.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "background",
        "cookies",
        "storage",
        "alarms",
        "system.display"
    ],
    "host_permissions": [
        "https:\/\/contactout.com\/",
        "https:\/\/*.linkedin.com\/",
        "https:\/\/github.com\/"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "optional_host_permissions": [
        "https:\/\/*.lightning.force.com\/*",
        "https:\/\/*.salesforce.com\/*",
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "\/app\/background.js",
        "type": "module"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/contactout.com\/*"
        ]
    }
}