Find Emails on Websites and Social Networks

Find prospects instantly right from your browser on any social platform.

Find Emails on Websites and Social Networksคืออะไร?

Find Emails on Websites and Social Networks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://findthat.email และคุณลักษณะหลักของมันคือ "Find prospects instantly right from your browser on any social platform."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find Emails on Websites and Social Networks

ดาวน์โหลดไฟล์ส่วนขยาย Find Emails on Websites and Social Networks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Find emails from your browser on Social Networks

✓ Find the email addresses of decision makers in millions of companies worldwide. It’s a must use tool for Sales Development Executives, Marketers and Recruiters. It’s been rated as one of the most accurate tools by Ahrefs with a 92% accuracy rate according to their test. 

✓  Use Find That Email to create your prospect list for Sales Outreach or use it for cold outreach for partnerships and marketing efforts. 

✓ Recruiters use Find That Email to headhunt potential talent. Small startups use it to find contacts of reports, bloggers and PR professionals.

✓ How to start using Find That Email

Install the Chrome Extension 
Sign-up 
Visit Social Networks to find contact information


✓Find That Email Chrome Extension’s Features 

Find People’s Email Address
Every account starts with 50 free credits which means you can find 50 email addresses for free. 
People’s Names
Job Titles
Confidence Score - How confident we are about the authenticity of the email address
Find 100 emails in a matter of two minutes


Find That Email has other features as well. 


✓ Email Verification. 


Using big data, we sift through millions of records in seconds. Our verification tool is one of the most accurate and saves marketing teams countless hours. You can avoid bad emails and protect your sender reputation. 

✓ Bulk Search

If you have a big list of names and their company domain. You can Upload a list of people and we will notify you when the emails are ready. 

✓ Integrations

Sync contacts with top CRM Tools like Salesforce, MailChimp, Zoho CRM, PipeDrive and more.

✓ Find exactly what you're looking for

We are big on Data accuracy. We never use public data sources or guess emails. Our engines are constantly fed new sources and automatically remove false records. 

Website: https://findthat.email
Contact: [email protected]

✓ New Chrome Extension Features

Search in Background Feature : You don’t have to wait to find email addresses anymore, you can choose to search in the background
Find your daily use in the chrome extension 
Find the remaining credits you have on the extension
Export out Job Titles and Company Name and download it to a CSV                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Find Emails on Websites and Social Networks Find Emails on Websites and Social Networks
ID oeafialjoahjmjobbkpedkdbjeejmcnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/find-emails-on-websites-a/oeafialjoahjmjobbkpedkdbjeejmcnf
คำอธิบาย Find prospects instantly right from your browser on any social platform.
ขนาดไฟล์ 767 KB
จำนวนการติดตั้ง 25,176
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2022-04-22
วันที่เผยแพร่ 2020-03-25
คะแนน 4.54/5 รวมทั้งหมด 1885 คะแนน
ผู้พัฒนา https://findthat.email
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://findthat.email/
URL หน้าช่วยเหลือ https://findthatemail.zendesk.com/hc/en-us
URL หน้านโยบายความเป็นส่วนตัว https://findthat.email/resources/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find Emails on Websites and Social Networks",
    "short_name": "Findthat",
    "version": "1.3.2",
    "manifest_version": 2,
    "description": "Find prospects instantly right from your browser on any social platform.",
    "homepage_url": "https:\/\/findthat.email",
    "icons": {
        "16": "shared\/img\/icon16.png",
        "48": "shared\/img\/icon48.png",
        "128": "shared\/img\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "clipboardWrite",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "https:\/\/*.findthat.email\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.ahrefs.com\/*",
        "https:\/\/chrome.google.com\/webstore\/detail\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "shared\/img\/icon19.png",
            "38": "shared\/img\/icon38.png"
        },
        "default_title": "Find email addresses",
        "default_popup": "browser_action\/popup.html"
    },
    "background": {
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "shared\/js\/jquery-3.0.0.min.js",
                "shared\/js\/underscore-1.8.3.js",
                "shared\/js\/md5.js",
                "shared\/js\/utilities.js",
                "content_scripts\/linkedin\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "shared\/js\/jquery-3.0.0.min.js",
                "shared\/js\/underscore-1.8.3.js",
                "shared\/js\/md5.js",
                "shared\/js\/utilities.js",
                "content_scripts\/facebook\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.ahrefs.com\/*"
            ],
            "js": [
                "shared\/js\/jquery-3.0.0.min.js",
                "shared\/js\/underscore-1.8.3.js",
                "shared\/js\/utilities.js",
                "shared\/js\/md5.js",
                "content_scripts\/ahrefs\/index.js"
            ],
            "css": [
                "content_scripts\/ahrefs\/index.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "shared\/img\/*",
        "shared\/fonts\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.google-analytics.com; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.findthat.email\/*"
        ]
    }
}