SmartReview
Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job
SmartReview là gì?
SmartReview là một tiện ích mở rộng Chrome được phát triển bởi sr-smartlabs, và tính năng chính của nó là "Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job".
Ả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 SmartReview
Tải xuống các tệp mở rộng SmartReview 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fpkmokijbacdhcicdmgdioaggjomfbki |
URL Chính Thức | https://chromewebstore.google.com/detail/smartreview/fpkmokijbacdhcicdmgdioaggjomfbki |
Mô tả | Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job |
Kích Thước Tệp | 14.27 KB |
Số Lần Cài Đặt | 568 |
Phiên Bản Hiện Tại | 1.2.3 |
Cập Nhật Lần Cuối | 2019-07-16 |
Ngày Phát Hành | 2019-07-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | sr-smartlabs |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |