SmartReview
Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job
Vad är SmartReview?
SmartReview är en Chrome-tillägg utvecklad av sr-smartlabs, och dess huvudfunktion är "Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job".
Tilläggsskärmbilder
Ladda ner SmartReview-förlängningens CRX-fil
Ladda ner SmartReview-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | fpkmokijbacdhcicdmgdioaggjomfbki |
Officiell webbadress | https://chromewebstore.google.com/detail/smartreview/fpkmokijbacdhcicdmgdioaggjomfbki |
Beskrivning | Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job |
Filstorlek | 14.27 KB |
Antal Installationer | 568 |
Aktuell Version | 1.2.3 |
Senast Uppdaterad | 2019-07-16 |
Publiceringsdatum | 2019-07-16 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | sr-smartlabs |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } ] } |