Scout

AI-powered talent hunter to discover top talent for your job roles, and convert them into active candidates.

Scoutคืออะไร?

Scout เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scout และคุณลักษณะหลักของมันคือ "AI-powered talent hunter to discover top talent for your job roles, and convert them into active candidates."

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

screenshot

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

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

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

                        What is SCOUT - The FASTEST Way to Source and Engage Talent!
SCOUT is an AI-powered tool to cut down your sourcing time in half. More candidates in less time mean you can focus on closing leads.

AGENCIES: DOUBLE Your Fill Rate. INCREASE $$.

1) Think of SCOUT as your virtual sourcer. Build your longlist in 60 seconds, with candidate contact information.
2) Send Automated messages to engage with the candidates you shortlist.

IN-HOUSE TA / HR TEAMS: Don't wait for top talent to show up - let SCOUT hunt for them!

1) Have multiple unique roles to fill? No problem. SCOUT can source relevant talent for ALL your open tech roles, in parallel!
2) Rather than trawl through hundreds of randomly submitted CVs, SCOUT will go outbound to source candidates and send CVs straight to your inbox.

HOW DOES IT WORK?


Upload a job description and SCOUT will generate dozens of qualified candidates, matched not by hand but by its AI-powered engine that tracks thousands of parameters on each candidate.

This product is intended for

- In-house TA teams
- In-house and RPO Sourcers
- Agency recruiters                    

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

ชื่อ Scout Scout
ID pjionnbbplmnahhdcfgacfoejbimajgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scout/pjionnbbplmnahhdcfgacfoejbimajgb
คำอธิบาย AI-powered talent hunter to discover top talent for your job roles, and convert them into active candidates.
ขนาดไฟล์ 3.69 MB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน masterful-ox
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2022-08-31
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Scout
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getscout.ai/
URL หน้านโยบายความเป็นส่วนตัว https://www.hackertrail.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scout",
    "description": "AI-powered talent hunter to discover top talent for your job roles, and convert them into active candidates.",
    "version": "2024.02.16.4",
    "version_name": "masterful-ox",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": false,
            "matches": [
                "https:\/\/*.linkedin.com\/talent\/hire\/*\/profile\/*",
                "https:\/\/*.linkedin.com\/talent\/*",
                "https:\/\/*.linkedin.com\/in\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.getscout.ai\/*",
                "https:\/\/*.monsterindia.com\/*",
                "https:\/\/*.naukri.com\/*",
                "https:\/\/*.kaggle.com\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.hackertrail.com\/*",
        "https:\/\/*.getscout.ai\/*",
        "https:\/\/*.linkedin.com\/*"
    ],
    "icons": {
        "16": "logo\/active\/scout-icon-16.png",
        "48": "logo\/active\/scout-icon-48.png",
        "128": "logo\/active\/scout-icon-128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.linkedin.com\/talent\/hire\/*\/profile\/*",
            "https:\/\/*.linkedin.com\/talent\/*",
            "https:\/\/*.linkedin.com\/in\/*",
            "https:\/\/*.linkedin.com\/*",
            "https:\/\/*.getscout.ai\/*",
            "https:\/\/*.monsterindia.com\/*"
        ],
        "accepts_tls_channel_id": false
    }
}