SmartReview

Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job

Qu'est-ce que SmartReview ?

SmartReview est une extension Chrome développée par sr-smartlabs, et sa fonction principale est "Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SmartReview

Téléchargez les fichiers d'extension SmartReview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SmartReview SmartReview
ID fpkmokijbacdhcicdmgdioaggjomfbki
URL Officiel 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
Taille du Fichier 14.27 KB
Nombre d'Installations 568
Version Actuelle 1.2.3
Dernière Mise à Jour 2019-07-16
Date de Publication 2019-07-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur sr-smartlabs
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}