Teamtailor sourcing
Source candidates to your Teamtailor account
Teamtailor sourcing란 무엇입니까?
Teamtailor sourcing은(는) https://www.teamtailor.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Source candidates to your Teamtailor account"입니다.
확장 프로그램 스크린샷
Teamtailor sourcing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Teamtailor Chrome Extension makes it possible to add a candidate to Teamtailor from whichever site you’re browsing. When you see a person that you want to add, simply click the Teamtailor extension in Chrome and add the candidate. Add information like which job you want to add them to, give them a rating and write a note. Smooth and simple, without having to leave the page where you found the candidate. In Teamtailor, you and your team will be able to see on the candidate profile what page you found the candidate on. Add candidates within seconds with this extension and make your candidate sourcing better.
확장 프로그램 기본 정보
이름 | Teamtailor sourcing |
ID | bdmknahgkndejbjefgbkghhpnabglhlp |
공식 URL | https://chromewebstore.google.com/detail/teamtailor-sourcing/bdmknahgkndejbjefgbkghhpnabglhlp |
설명 | Source candidates to your Teamtailor account |
파일 크기 | 145 KB |
설치 횟수 | 4,690 |
현재 버전 | 22.10.18.2158 |
최근 업데이트 | 2022-10-18 |
출시 날짜 | 2019-10-17 |
평점 | 3.80/5 총 5 개의 평점 |
개발자 | https://www.teamtailor.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://support.teamtailor.com/ |
개인정보 보호 정책 페이지 URL | https://www.teamtailor.com/en/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Teamtailor sourcing", "description": "Source candidates to your Teamtailor account", "version": "22.10.18.2158", "homepage_url": "https:\/\/www.teamtailor.com", "browser_action": { "default_icon": "icon.png" }, "icons": { "48": "icon48x48.png", "128": "icon128x128.png" }, "applications": { "gecko": { "id": "{f095aff1-cc2e-4577-9cb5-d6d981ca0a60}" } }, "permissions": [ "activeTab", "storage", "https:\/\/*.teamtailor.com\/*", "*:\/\/*.teamtailor.localhost\/*", "https:\/\/*.s3.eu-west-1.amazonaws.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "browser-polyfill.min.js", "content.js" ] } ], "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ], "persistent": false } } |