SmartReview
Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job
Wat is SmartReview?
SmartReview is een Chrome-extensie ontwikkeld door sr-smartlabs, en de belangrijkste functie is "Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job".
Extensie Screenshots
Download het CRX-bestand van de extensie SmartReview
Download SmartReview-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | fpkmokijbacdhcicdmgdioaggjomfbki |
Officiële URL | https://chromewebstore.google.com/detail/smartreview/fpkmokijbacdhcicdmgdioaggjomfbki |
Beschrijving | Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job |
Bestandsgrootte | 14.27 KB |
Aantal Installaties | 568 |
Huidige Versie | 1.2.3 |
Laatst Bijgewerkt | 2019-07-16 |
Publicatiedatum | 2019-07-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | sr-smartlabs |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |