Talentful.ai
The most powerful sourcing tool for hiring developers.
Talentful.ai란 무엇입니까?
Talentful.ai은(는) http://talentful.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The most powerful sourcing tool for hiring developers."입니다.
확장 프로그램 스크린샷
Talentful.ai 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | nnokhijnbnblkbbjdmibdohggihfaonc |
공식 URL | https://chrome.google.com/webstore/detail/talentfulai/nnokhijnbnblkbbjdmibdohggihfaonc |
설명 | The most powerful sourcing tool for hiring developers. |
파일 크기 | 99.21 KB |
설치 횟수 | 88 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | http://talentful.ai |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.talentful.ai |
도움말 페이지 URL | https://app.talentful.ai/howto |
지원되는 언어 | 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" ] } |