Presourcing talent upload

Upload a profile to your presourcing account

Presourcing talent uploadคืออะไร?

Presourcing talent upload เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://presourcingtool.com และคุณลักษณะหลักของมันคือ "Upload a profile to your presourcing account"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Presourcing talent upload

ดาวน์โหลดไฟล์ส่วนขยาย Presourcing talent upload ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The PreSourcingTool is a recruiters add-on. Based in the 10 best candidates a recruiter can find, the tool will show you a surprising new selection of candidates. The common characteristics of these ten are the foundation for the new set. The closer the similarities between these candidates, the better the new ones will be.

With these ten best candidates and the PreSourcingTool the recruiter can offer customers a wider range.
Every recruiter is looking with the first keywords that they can think of. This is a limitation. I do this. We all do this. The PreSourcingTool will present you more relevant words to search for, so you'll find not only the obvious candidates but also surprising new ones. This could also be obtained manually, but with the tool you have your first results within ten minutes.
The tool not only looks at common characteristics, but also for job titles and employers. More candidates can be found by making multiple matches of job titles and employers, current or previous, and the common characteristics of the top ten candidates. That quickly gives a wider range of candidates and options.
There is no other tool which achieves that.

Contact via http://presourcingtool.com/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Presourcing talent upload Presourcing talent upload
ID bmieilgkhpjhgloikafeejaikecmhdjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/presourcing-talent-upload/bmieilgkhpjhgloikafeejaikecmhdjf
คำอธิบาย Upload a profile to your presourcing account
ขนาดไฟล์ 46.68 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2015-12-01
วันที่เผยแพร่ 2015-12-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://presourcingtool.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://presourcingtool.com/
URL หน้าช่วยเหลือ http://www.sourcingthing.com/en/recruitment/presourcingtool/
URL หน้านโยบายความเป็นส่วนตัว https://www.precontacttool.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Presourcing talent upload",
    "manifest_version": 2,
    "version": "0.7",
    "description": "Upload a profile to your presourcing account",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background"
    ]
}