tidyhire

tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is…

tidyhire란 무엇입니까?

tidyhire은(는) https://tidyhire.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale.

The tidyhire Chrome extension is the perfect tool for recruiters who want to increase their talent pipeline and find the best candidates for their open roles.

Features:
→ Find email and phone numbers of almost any candidate 
→ AI-assisted email and LinkedIn message writing
→ Email open and reply tracking
→ Automated and personalized engagement sequences

Benefits:
→ Save time and effort on sourcing
→ Find the best candidates for your open roles
→ Increase your response rates
→ Close more positions

👉 Install the tidyhire Chrome extension today and start sourcing like a pro!                    

확장 프로그램 기본 정보

이름 tidyhire tidyhire
ID adkamkdaglbaejnfobbahegfiinjonme
공식 URL https://chromewebstore.google.com/detail/tidyhire/adkamkdaglbaejnfobbahegfiinjonme
설명 tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is…
파일 크기 558 KB
설치 횟수 112
현재 버전 1.0.31
최근 업데이트 2024-02-17
출시 날짜 2022-07-21
평점 5.00/5 총 6 개의 평점
개발자 https://tidyhire.app
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://tidyhire.app/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "tidyhire",
    "version": "1.0.31",
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_title": "Popup Sample",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/import-main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "content-scripts\/options.html",
                "content-scripts\/messageBox.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content-scripts\/main.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "https:\/\/api.tidyhire.app\/*",
                "https:\/\/api-staging.tidyhire.app\/*",
                "http:\/\/localhost:3000\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.tidyhire.app\/*",
        "https:\/\/api.tidyhire.app\/api\/*",
        "https:\/\/api-staging.tidyhire.app\/*",
        "https:\/\/api-staging.tidyhire.app\/api\/*",
        "http:\/\/localhost:3000\/*",
        "http:\/\/localhost:3000\/api\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}