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