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文件
下载SmartReview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } ] } |