SmartReview
Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job
What is SmartReview?
SmartReview is a Chrome extension developed by sr-smartlabs, and its main feature is "Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job".
Extension Screenshots
Download SmartReview Extension CRX File
Download SmartReview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | fpkmokijbacdhcicdmgdioaggjomfbki |
Official URL | https://chromewebstore.google.com/detail/smartreview/fpkmokijbacdhcicdmgdioaggjomfbki |
Description | Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job |
File Size | 14.27 KB |
Installation Count | 568 |
Current Version | 1.2.3 |
Last Updated | 2019-07-16 |
Publish Date | 2019-07-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | sr-smartlabs |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |