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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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