People Search - email and resume finder

Find accurate email addresses, phone numbers and resumes. Get rich candidate profiles in seconds and improve your talent sourcing.

People Search - email and resume finderคืออะไร?

People Search - email and resume finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://workable.com และคุณลักษณะหลักของมันคือ "Find accurate email addresses, phone numbers and resumes. Get rich candidate profiles in seconds and improve your talent sourcing."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย People Search - email and resume finder

ดาวน์โหลดไฟล์ส่วนขยาย People Search - email and resume finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        People Search transforms candidate sourcing. A single search via this Chrome extension automatically scans millions of online profiles and multiple trusted data sources in real time. The result is a detailed candidate profile showing email addresses, resumes and more. Review the profile online, or download as a PDF. Add the candidate profile straight to any job in your hiring pipeline. 

Transform your candidate sourcing strategy
Workable customers can download and use People Search. You'll receive limited monthly usage for free, and for unlimited use, we offer a paid upgrade to a Recruiter License.

If you're an admin of a Workable account, upgrade People Search via your subscriptions page and assign Recruiter Licenses to individual members of your hiring team.

A complete sourcing tool
People Search offers new ways to find employees. The Chrome extension is a complete sourcing toolkit.

Look up candidates by name: open the People Search panel and enter a name directly 
Right-click search: highlight any name online and right click. Choose People Search from the contextual menu. 
Social media sourcing: find any profile on Facebook, Angel List, Twitter, Github, Dribbble or Behance. Click the People Search icon to see a full, detailed profile showing data from multiple sources.

Clip profiles straight to the talent pipeline for a job or download profiles as a PDF.                    

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

ชื่อ People Search - email and resume finder People Search - email and resume finder
ID fomgcolbgdjbmnabgijnbmmmoimhlidi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fomgcolbgdjbmnabgijnbmmmoimhlidi
คำอธิบาย Find accurate email addresses, phone numbers and resumes. Get rich candidate profiles in seconds and improve your talent sourcing.
ขนาดไฟล์ 1.71 MB
จำนวนการติดตั้ง 6,351
เวอร์ชันปัจจุบัน 6.2.0
อัปเดตครั้งล่าสุด 2023-09-14
วันที่เผยแพร่ 2020-05-08
คะแนน 3.63/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา http://workable.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.workable.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "6.2.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/bar-icon-on.png",
            "38": "images\/[email protected]"
        },
        "default_title": "Workable Chrome Extension"
    },
    "content_security_policy": "script-src https:\/\/maps.googleapis.com\/ 'self'; object-src 'self';",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.workable.com\/*"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "cookies",
        "background",
        "contextMenus",
        "alarms",
        "idle"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/www.istockphoto.com\/*",
                "https:\/\/www.istockphoto.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/inject.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "omnibox": {
        "keyword": "OMNIBOX-KEYWORD"
    },
    "web_accessible_resources": [
        "fonts\/*.woff",
        "fonts\/*.ttf",
        "fonts\/*.svg",
        "fonts\/*.eot",
        "images\/*.png",
        "images\/*.svg",
        "images\/*.gif",
        "styles\/*.css",
        "frames\/*.html"
    ]
}