SmartReview
Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job
Cos'è SmartReview?
SmartReview è un'estensione di Chrome sviluppata da sr-smartlabs, e la sua funzione principale è "Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SmartReview
Scarica i file di estensione SmartReview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | fpkmokijbacdhcicdmgdioaggjomfbki |
URL Ufficiale | https://chromewebstore.google.com/detail/smartreview/fpkmokijbacdhcicdmgdioaggjomfbki |
Descrizione | Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job |
Dimensione del File | 14.27 KB |
Conteggio Installazioni | 568 |
Versione Corrente | 1.2.3 |
Ultimo Aggiornamento | 2019-07-16 |
Data di Pubblicazione | 2019-07-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | sr-smartlabs |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |