Email Finder by ColdLead.io

ColdLead.io's extension for finding emails

Email Finder by ColdLead.ioคืออะไร?

Email Finder by ColdLead.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://coldlead.io และคุณลักษณะหลักของมันคือ "ColdLead.io's extension for finding emails"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Finder by ColdLead.io

ดาวน์โหลดไฟล์ส่วนขยาย Email Finder by ColdLead.io ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        ColdLead.io is a free LinkedIn email finder which allows you find personal and business emails in LinkedIn profiles for free, just one click to find an email address on any LinkedIn profile or to find email addresses in the LinkedIn search results.

With ColdLead.io, prospecting for sales and marketing becomes very easy and productive. 

# What you'll be able to do

★ LinkedIn Email Finder
------------------------------------------------------------
The Email Finder integrates smartly with your LinkedIn account and allows you to find emails from LinkedIn profiles and LinkedIn searches. The process of extracting emails from LinkedIn is fast and reliable. You can find emails in seconds and tunnel them to your online ColdLead.io directory.

Learn more about our email finder at https://coldlead.io/email-finder

★ Bulk Email Finder for LinkedIn Search Results
-------------------------------------------------------------
Are you continually browsing LinkedIn searches to find leads for your business? Our Email Finder integration with LinkedIn searches makes it easier for you. With the Email Finder, you can now find emails directly from LinkedIn searches and save all of the data in your ColdLead.io dashboard. It works on regular LinkedIn accounts and also on LinkedIn Sales Navigator.

★ Leads Directory
-------------------------------------------------------------
Our web application helps you gather data of your leads (name, email, title, company, LinkedIn URL) in lists and export your it to Excel and CSV spreadsheets.
You can access your information anytime and from anywhere.

# Who is this tool for?

✔ Sales professionals
✔ Lead generation teams 
✔ Recruiters
✔ Human resource professionals 
✔ Business executives, Business analysts & Marketing consultants 

# Getting started

Starting to work with ColdLead.io takes only a few steps: 
 - First of all, install the ColdLead.io Chrome extension from the Chrome Web Store (click on "Add to Chrome")
 - Then, create a ColdLead account, this takes a few seconds.
 - Finally, start building your targeted email lists to connect with people that matter to your business.

ColdLead.io ensures that you have more:

 ✔ Accurate and updated information
 ✔ Increasing sales and recruiting productivity 
 ✔ Develop more business opportunities
 ✔ Save your time and avoid doing manual web scraping
 
Join ColdLead.io right now and get 100 free email credits/month.

https://app.coldlead.io/register

For any further questions, feel free to contact us. 

[email protected]
https://coldlead.io                    

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

ชื่อ Email Finder by ColdLead.io Email Finder by ColdLead.io
ID aejhohbnogbncmfmahfpgbjogjcihipl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/email-finder-by-coldleadi/aejhohbnogbncmfmahfpgbjogjcihipl
คำอธิบาย ColdLead.io's extension for finding emails
ขนาดไฟล์ 2.78 MB
จำนวนการติดตั้ง 537
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2022-05-05
วันที่เผยแพร่ 2020-12-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://coldlead.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://coldlead.io
URL หน้าช่วยเหลือ https://coldlead.io/contact
URL หน้านโยบายความเป็นส่วนตัว https://coldlead.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Finder by ColdLead.io",
    "homepage_url": "https:\/\/coldlead.io\/",
    "description": "ColdLead.io's extension for finding emails",
    "default_locale": "en",
    "permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.coldlead.io\/*",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "js\/csrf.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "ColdLead.io's Email Finder Extension",
        "default_icon": {
            "32": "icons\/32.png",
            "48": "icons\/48.png"
        }
    },
    "version": "1.1.1",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}