SmartReview

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

Hvad er SmartReview?

SmartReview er en Chrome-udvidelse udviklet af sr-smartlabs, og dens hovedfunktion er "Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job".

Udvidelsesskærmbilleder

screenshot
screenshot

Download SmartReview-udvidelses-CRX-fil

Download SmartReview-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn SmartReview SmartReview
ID fpkmokijbacdhcicdmgdioaggjomfbki
Officiel URL https://chromewebstore.google.com/detail/smartreview/fpkmokijbacdhcicdmgdioaggjomfbki
Beskrivelse Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job
Filstørrelse 14.27 KB
Antal Installationer 568
Nuværende Version 1.2.3
Senest Opdateret 2019-07-16
Udgivelsesdato 2019-07-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler sr-smartlabs
Betalingsmetode free
Understøttede Sprog 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\/*"
            ]
        }
    ]
}