SmartReview

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

Что такое SmartReview?

SmartReview - это расширение Chrome, разработанное sr-smartlabs, и его основная функция - "Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения SmartReview

Скачайте файлы расширений SmartReview в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название SmartReview SmartReview
ID fpkmokijbacdhcicdmgdioaggjomfbki
Официальный URL https://chromewebstore.google.com/detail/smartreview/fpkmokijbacdhcicdmgdioaggjomfbki
Описание Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job
Размер файла 14.27 KB
Количество установок 568
Текущая Версия 1.2.3
Последнее Обновление 2019-07-16
Дата публикации 2019-07-16
Рейтинг 5.00/5 Всего 1 оценок
Разработчик sr-smartlabs
Тип оплаты free
Поддерживаемые языки 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\/*"
            ]
        }
    ]
}