Jobtoolz Sourcing

Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.

Jobtoolz Sourcing란 무엇입니까?

Jobtoolz Sourcing은(는) Jobtoolz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account."입니다.

확장 프로그램 스크린샷

screenshot

Jobtoolz Sourcing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Capture candidates easily from Linkedin. With the Jobtoolz sourcing extension, you can auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account. 

It’s incredibly simple. Just browse on Linkedin to a potential candidate’s profile, click the Jobtoolz logo next to the person’s name and all relevant information of this candidate will be auto-extracted. You’ll only need to import the candidate into the right vacancy in your Jobtoolz account.                    

확장 프로그램 기본 정보

이름 Jobtoolz Sourcing Jobtoolz Sourcing
ID jefhkjnnfaiicaaonfjkibcipeabocck
공식 URL https://chromewebstore.google.com/detail/jobtoolz-sourcing/jefhkjnnfaiicaaonfjkibcipeabocck
설명 Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.
파일 크기 42.85 KB
설치 횟수 88
현재 버전 0.2.4
최근 업데이트 2023-12-18
출시 날짜 2021-04-26
평점 5.00/5 총 1 개의 평점
개발자 Jobtoolz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://jobtoolz.com
도움말 페이지 URL https://jobtoolz.com/contact
개인정보 보호 정책 페이지 URL https://jobtoolz.com/en/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jobtoolz Sourcing",
    "description": "Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.",
    "version": "0.2.4",
    "browser_action": [],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options\/index.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "popup\/index.html",
        "assets\/icon.png"
    ],
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    }
}