Tech Recruiting Email Finder by developerDB

Find tech talent’s personal emails, tech skills ranking, and other info. For LinkedIn, GitHub, Twitter, Facebook, Stack Overflow

Tech Recruiting Email Finder by developerDBคืออะไร?

Tech Recruiting Email Finder by developerDB เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developerDB และคุณลักษณะหลักของมันคือ "Find tech talent’s personal emails, tech skills ranking, and other info. For LinkedIn, GitHub, Twitter, Facebook, Stack Overflow"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tech Recruiting Email Finder by developerDB

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

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

                        Find more than just PERSONAL emails of IT workers. Get personal emails, Tech Skills Ranking, social media, work history and more. 

Works great on LinkedIn. For a typical search, we have personal emails on 60%+ of LinkedIn tech talent profiles. We are even better on GitHub and Stack Overflow. 

Not only can you find personal emails of tech talent, the Tech Recruiting Email Finder by developerDB can also tell you if they are good at certain technology with our Tech Skill Rankings. It also includes social media URLs and work information on over 15 million developers and other tech workers. 

It works on social sites like GitHub, LinkedIn, Stack Overflow, Twitter, Facebook etc.

PERSONAL EMAILS

Unlike other email finders that display  business emails, recruiters prefer personal emails so our Extension mostly finds personal emails. Personal emails are valid much longer than business emails so you can store them in your own database. 

NO CLICKING REQUIRED

We will tell you if we have the contact information without you having to click on the Extension. When you are on a social media profile page, if our developerDB Chrome Extension icon turns from black to blue, that means we have information on that profile. 

- Hard to Find Developers’  personal emails
- Improved response rate: Contact candidates multiple times results in 3X response rate
- Tech Ranking of GitHub & Stack Overflow users
- Unlimited searches
- Diversity search

See a possible candidate on LinkedIn, GitHub, Stack Overflow: get their personal emails and see how they rank vs everyone else on GitHub and Stack Overflow.

And every unlocked profile is stored in your account history for easy lookup. 

REGISTER FOR FREE ACCOUNT

You will need a developerdb account to get started. You can register for a free account at developerdb.com                    

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

ชื่อ Tech Recruiting Email Finder by developerDB Tech Recruiting Email Finder by developerDB
ID blpfkbidfojgclpnnoogedfdladgjija
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tech-recruiting-email-fin/blpfkbidfojgclpnnoogedfdladgjija
คำอธิบาย Find tech talent’s personal emails, tech skills ranking, and other info. For LinkedIn, GitHub, Twitter, Facebook, Stack Overflow
ขนาดไฟล์ 1.62 MB
จำนวนการติดตั้ง 859
เวอร์ชันปัจจุบัน 1.2.6
อัปเดตครั้งล่าสุด 2021-03-31
วันที่เผยแพร่ 2020-04-02
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา developerDB
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://developerdb.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.developerdb.com/privacy.php
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "developerDB | Stefan Stanic",
    "name": "Tech Recruiting Email Finder by developerDB",
    "description": "Find tech talent\u2019s personal emails, tech skills ranking, and other info. For LinkedIn, GitHub, Twitter, Facebook, Stack Overflow",
    "version": "1.2.6",
    "browser_action": {
        "default_icon": "Database_3.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Database_3.png",
        "48": "Database_3.png",
        "128": "Database_3.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "cookie.js",
            "bootstrap.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}