SmartReview

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

SmartReviewとは何ですか?

SmartReviewはsr-smartlabsによって開発されたChromeの拡張機能で、その主な機能は「Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job」です。

拡張機能のスクリーンショット

screenshot
screenshot

SmartReview拡張機能のCRXファイルをダウンロード

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\/*"
            ]
        }
    ]
}