tidyhire

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

tidyhireคืออะไร?

tidyhire เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tidyhire.app และคุณลักษณะหลักของมันคือ "tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tidyhire

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

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

                        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"
    ]
}