Chatterworks

Chatterworks is a sourcing tool with verified emails and phone numbers. Reach out to candidates directly with personal contact info.

Chatterworks란 무엇입니까?

Chatterworks은(는) Chatterworks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chatterworks is a sourcing tool with verified emails and phone numbers. Reach out to candidates directly with personal contact info."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Chatterworks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ChatterWorks is a sourcing tool that gives you verified emails and phone numbers for candidates you want to talk to. 

So, instead of InMail, you can use personal contact information to reach out directly.

We prioritize personal contact information over company email. You can search our database directly with our web app or use our Chrome Extension to view candidate data on LinkedIn, Twitter, Facebook, GitHub, etc.

ChatterWorks candidate profiles contain personal email addresses, mobile phone numbers, social links, skills, and experience. You can manage the candidates you find and your talent pipeline using our drag-and-drop talent boards.

ChatterWorks will even help you find candidates. You send us a job description, and our team builds the search for you, so all you have to do is review candidates. It's like having your own sourcer for a fraction of the cost. You can engage the search support team by sending a job description to [email protected].

For more info:
Email: [email protected]
Website: https://chatterworks.com                    

확장 프로그램 기본 정보

이름 Chatterworks Chatterworks
ID nbliocdcjjlidgpcndenjiljnlbapbkc
공식 URL https://chromewebstore.google.com/detail/chatterworks/nbliocdcjjlidgpcndenjiljnlbapbkc
설명 Chatterworks is a sourcing tool with verified emails and phone numbers. Reach out to candidates directly with personal contact info.
파일 크기 777 KB
설치 횟수 469
현재 버전 1.1.13
최근 업데이트 2024-01-22
출시 날짜 2024-01-05
평점 5.00/5 총 1 개의 평점
개발자 Chatterworks
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.chatterworks.com
개인정보 보호 정책 페이지 URL https://app.termly.io/document/privacy-policy/acf5ebfa-0041-41fa-97ae-68258db0b275
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chatterworks",
    "description": "Chatterworks is a sourcing tool with verified emails and phone numbers. Reach out to candidates directly with personal contact info.",
    "version": "1.1.13",
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dribbble.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.github.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.stackoverflow.com\/*",
                "*:\/\/*.angel.co\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/chatterworks\/icon-16.png",
        "48": "assets\/icons\/chatterworks\/icon-48.png",
        "96": "assets\/icons\/chatterworks\/icon-96.png",
        "128": "assets\/icons\/chatterworks\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "downloads",
        "https:\/\/app.chatterworks.com\/api\/*",
        "https:\/\/chatterworks.com\/*",
        "http:\/\/localhost:8080\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "content.css"
    ]
}