SmartReview

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

Apa itu SmartReview?

SmartReview adalah ekstensi Chrome yang dikembangkan oleh sr-smartlabs, dan fitur utamanya adalah "Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SmartReview

Unduh file ekstensi SmartReview dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama SmartReview SmartReview
ID fpkmokijbacdhcicdmgdioaggjomfbki
URL Resmi https://chromewebstore.google.com/detail/smartreview/fpkmokijbacdhcicdmgdioaggjomfbki
Deskripsi Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job
Ukuran File 14.27 KB
Jumlah Instalasi 568
Versi Saat Ini 1.2.3
Terakhir Diperbarui 2019-07-16
Tanggal Publikasi 2019-07-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang sr-smartlabs
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}