SmartReview
Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job
SmartReview란 무엇입니까?
SmartReview은(는) sr-smartlabs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job"입니다.
확장 프로그램 스크린샷
SmartReview 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Proud to announce another hack from SmartLabs! The SmartView chrome extension for web is about to make resume comparison a breeze. This hack developed at Hiring Success 19 –San Francisco, allows you to view PDF resumes side by side, so you can easily browse through candidates within the same job and take some quick actions like… + Add a tag + Move forward + Reject
확장 프로그램 기본 정보
이름 | |
ID | fpkmokijbacdhcicdmgdioaggjomfbki |
공식 URL | https://chromewebstore.google.com/detail/smartreview/fpkmokijbacdhcicdmgdioaggjomfbki |
설명 | Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job |
파일 크기 | 14.27 KB |
설치 횟수 | 568 |
현재 버전 | 1.2.3 |
최근 업데이트 | 2019-07-16 |
출시 날짜 | 2019-07-16 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | sr-smartlabs |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SmartReview", "version": "1.2.3", "description": "Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job", "manifest_version": 2, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/www.smartrecruiters.com\/app\/jobs\/details\/*" ] } ] } |