Presourcing talent upload

Upload a profile to your presourcing account

Presourcing talent upload란 무엇입니까?

Presourcing talent upload은(는) https://presourcingtool.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upload a profile to your presourcing account"입니다.

확장 프로그램 스크린샷

screenshot

Presourcing talent upload 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}