Recruitee Talent Sourcing
Easily source candidates and import data from various networks
Recruitee Talent Sourcing란 무엇입니까?
Recruitee Talent Sourcing은(는) Recruitee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily source candidates and import data from various networks"입니다.
확장 프로그램 스크린샷
Recruitee Talent Sourcing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Recruitee Talent Sourcing for Chrome makes your talent acquisition even more effective! We provide recruiters a simple and easy way to source promising candidates from sites including Xing, Dribbble, StackExchange and GitHub to your positions on Recruitee. It's simple. Just browse to a user profile on a supported service, click the Recruitee icon in the top right, and you'll have the opportunity to import (source) their profile information on one or more of your job positions in Recruitee. Learn about more features and signup for an 18-day free trial: www.recruitee.com Features: - Tag candidates while sourcing - Import candidates with one click - Parse data into candidate profiles - Access right away in Recruitee - Detect duplicate profiles - Move candidates to jobs or talent pools Learn about more features from www.recruitee.com, email us at [email protected] or learn more on https://support.recruitee.com
확장 프로그램 기본 정보
이름 | Recruitee Talent Sourcing |
ID | nhhfoaoafpdjengjbndbdojlnfjlafpc |
공식 URL | https://chromewebstore.google.com/detail/recruitee-talent-sourcing/nhhfoaoafpdjengjbndbdojlnfjlafpc |
설명 | Easily source candidates and import data from various networks |
파일 크기 | 368 KB |
설치 횟수 | 7,350 |
현재 버전 | 2.8.1 |
최근 업데이트 | 2024-01-26 |
출시 날짜 | 2020-02-27 |
평점 | 2.78/5 총 23 개의 평점 |
개발자 | Recruitee |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://recruitee.com/ |
도움말 페이지 URL | https://support.recruitee.com/technical-doc-extension-integration/extension/recruitee-sourcing-extension |
개인정보 보호 정책 페이지 URL | https://recruitee.com/privacy |
지원되는 언어 | de,en,fr,nl,fi,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.8.1", "manifest_version": 3, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "author": "Recruitee", "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Recruitee Sourcing" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles.css" ], "js": [ "runtime.js", "polyfills.js", "main.js" ], "run_at": "document_end", "all_frames": false } ], "externally_connectable": { "matches": [ "*:\/\/*.recruitee.com\/*" ] }, "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "images\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |