SmartReview

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

Was ist SmartReview?

SmartReview ist eine Chrome-Erweiterung, die von sr-smartlabs entwickelt wurde, und ihr Hauptmerkmal ist "Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job".

Erweiterungsscreenshots

screenshot
screenshot

SmartReview-Erweiterungs-CRX-Datei herunterladen

Laden Sie SmartReview-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name SmartReview SmartReview
ID fpkmokijbacdhcicdmgdioaggjomfbki
Offizielle URL https://chromewebstore.google.com/detail/smartreview/fpkmokijbacdhcicdmgdioaggjomfbki
Beschreibung Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job
Dateigröße 14.27 KB
Installationsanzahl 568
Aktuelle Version 1.2.3
Letztes Update 2019-07-16
Veröffentlichungsdatum 2019-07-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler sr-smartlabs
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}