SmartReview

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

SmartReview क्या है?

SmartReview sr-smartlabs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SmartReview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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