AI 产品解读Resume import button that scrapes candidate data from popular job sites and sends it to the Talantix.ru ATS (applicant tracking system)
Recruiters manually copy-pasting candidate information from job boards into their ATS. This extension automates extraction of resume data (name, contacts, resume text) from supported job sites and imports it directly into the recruiter's Talantix candidate database.
1) User installs extension and is logged into Talantix.ru. 2) User browses supported job sites (hh.ru, LinkedIn, etc.) and navigates to a candidate resume page. 3) Extension icon turns blue when a parseable resume with open contacts is detected. 4) User clicks the extension button; a popup opens with a Talantix iframe where user selects a vacancy. 5) Extension scrapes name, contacts, and resume text from the job site page. 6) Resume data is posted to the Talantix iframe for import into the candidate database.
One-click resume import from supported job sites into TalantixAutomatic extraction of candidate name, phone, email, LinkedIn, Habr profilesAttach imported resumes directly to specific vacancies or add to general candidate poolDuplicate candidate detection—warns if candidate already exists in Talantix baseSupport for multiple Russian and international job sites (hh.ru, Zarplata.ru, Avito.ru, Rabota.ru, LinkedIn.com, SuperJob.ru, Github.com, etc.)Dynamic icon state indicating when a parseable resume page is active
- 目标用户
- HR recruiters and talent acquisition specialists using Talantix.ru ATS / Employers and staffing agencies in Russia/CIS who source candidates from Russian job boards
- Cannot confirm whether the Talantix iframe import page allows any unauthenticated usage or always requires login
- Cannot confirm Talantix.ru's external pricing model—whether a paid Talantix subscription is needed to use this extension's import feature
付费分析未识别到付费功能
No payment, subscription, billing, license, or upgrade logic exists in the extension source code. All 'pro' keyword hits are JavaScript Promise objects, not premium features. The 'auth' status at entry.js:467 detects whether the SOURCE job site (e.g., hh.ru) has hidden contacts behind its own paywall—it does not gate the extension's own features. Talantix.ru as a SaaS platform likely has business plans, but the extension itself does not implement or reference any payment flow.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension's popup loads an iframe from https://talantix.ru/ats/extension/new/import which serves the resume import UI. This Talantix web page requires the user to be authenticated on talantix.ru. Additionally, the background script sends install-completion data to Talantix with `credentials: 'include'` (background.js:87), confirming it relies on the user's existing Talantix session cookies. The extension itself has no login UI—it delegates authentication entirely to the Talantix web service.