Presourcing talent upload
Upload a profile to your presourcing account
Presourcing talent upload là gì?
Presourcing talent upload là một tiện ích mở rộng Chrome được phát triển bởi https://presourcingtool.com, và tính năng chính của nó là "Upload a profile to your presourcing account".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Presourcing talent upload
Tải xuống các tệp mở rộng Presourcing talent upload dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The PreSourcingTool is a recruiters add-on. Based in the 10 best candidates a recruiter can find, the tool will show you a surprising new selection of candidates. The common characteristics of these ten are the foundation for the new set. The closer the similarities between these candidates, the better the new ones will be. With these ten best candidates and the PreSourcingTool the recruiter can offer customers a wider range. Every recruiter is looking with the first keywords that they can think of. This is a limitation. I do this. We all do this. The PreSourcingTool will present you more relevant words to search for, so you'll find not only the obvious candidates but also surprising new ones. This could also be obtained manually, but with the tool you have your first results within ten minutes. The tool not only looks at common characteristics, but also for job titles and employers. More candidates can be found by making multiple matches of job titles and employers, current or previous, and the common characteristics of the top ten candidates. That quickly gives a wider range of candidates and options. There is no other tool which achieves that. Contact via http://presourcingtool.com/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bmieilgkhpjhgloikafeejaikecmhdjf |
URL Chính Thức | https://chromewebstore.google.com/detail/presourcing-talent-upload/bmieilgkhpjhgloikafeejaikecmhdjf |
Mô tả | Upload a profile to your presourcing account |
Kích Thước Tệp | 46.68 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 0.7 |
Cập Nhật Lần Cuối | 2015-12-01 |
Ngày Phát Hành | 2015-12-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://presourcingtool.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://presourcingtool.com/ |
URL Trang Trợ Giúp | http://www.sourcingthing.com/en/recruitment/presourcingtool/ |
URL Trang Chính Sách Bảo Mật | https://www.precontacttool.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Presourcing talent upload", "manifest_version": 2, "version": "0.7", "description": "Upload a profile to your presourcing account", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js", "jquery.min.js" ], "persistent": true }, "content_scripts": [ { "all_frames": true, "js": [ "jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "background" ] } |