Talentful.ai
The most powerful sourcing tool for hiring developers.
Talentful.ai là gì?
Talentful.ai là một tiện ích mở rộng Chrome được phát triển bởi http://talentful.ai, và tính năng chính của nó là "The most powerful sourcing tool for hiring developers.".
Ả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 Talentful.ai
Tải xuống các tệp mở rộng Talentful.ai 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
Talentful.ai is the most powerful sourcing tool for hiring great software developers, fast. We leverage machine learning and real-time public data to predict the match between complex job requirements and candidates' skills. Talentful.ai can enhance all three major hiring channels: direct sourcing, employee referral, and inbound applications. This Chrome Extension leverages our AI engine and real-time analysis engine to add an insight overlay for Linkedin.com's profile page. With this extension, users can view instant analyses of individuals' experience and skills related to software development. This extension also works seamlessly with Talentful's sourcing tools. To learn more about our tools, please visit https://www.talentful.ai
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nnokhijnbnblkbbjdmibdohggihfaonc |
URL Chính Thức | https://chrome.google.com/webstore/detail/talentfulai/nnokhijnbnblkbbjdmibdohggihfaonc |
Mô tả | The most powerful sourcing tool for hiring developers. |
Kích Thước Tệp | 99.21 KB |
Số Lần Cài Đặt | 88 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://talentful.ai |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.talentful.ai |
URL Trang Trợ Giúp | https://app.talentful.ai/howto |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "name": "Talentful.ai", "description": "The most powerful sourcing tool for hiring developers.", "version": "1.0.3", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "incognito": "split", "web_accessible_resources": [ "html\/*", "css\/*", "js\/*", "images\/*" ], "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "js\/background.min.js" ] }, "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/jquery.min.js", "js\/content_linkedin.min.js" ], "run_at": "document_end" } ], "permissions": [ "cookies", "tabs", "*:\/\/app.talentful.ai\/", "*:\/\/app.talentful.io\/", "*:\/\/localhost\/", "webRequest" ] } |