Factorial Sourcing

Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.

Factorial Sourcing란 무엇입니까?

Factorial Sourcing은(는) Factorial HR에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import candidates easily from different websites such as LinkedIn into your job openings in Factorial."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Sourcing candidates is a very time-consuming method to acquire candidates, but it is also key to get the best talent. This extension enables Factorial clients to make sourcing straightforward by allowing to import candidate profiles from LinkedIn and other popular sites.

- Assign candidates to a specific job opening and phase
- Gather candidate contact information                    

확장 프로그램 기본 정보

이름 Factorial Sourcing Factorial Sourcing
ID ceaieellonhoiaielfdbelnpblojpecd
공식 URL https://chromewebstore.google.com/detail/factorial-sourcing/ceaieellonhoiaielfdbelnpblojpecd
설명 Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.
파일 크기 20.68 KB
설치 횟수 160
현재 버전 0.1.1
최근 업데이트 2023-01-14
출시 날짜 2023-01-13
평점 5.00/5 총 1 개의 평점
개발자 Factorial HR
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://factorialhr.com/
도움말 페이지 URL https://help.factorialhr.com/
개인정보 보호 정책 페이지 URL https://factorialhr.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Factorial Sourcing",
    "description": "Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.",
    "version": "0.1.1",
    "minimum_chrome_version": "108",
    "action": {
        "default_icon": {
            "16": "images\/logo-16.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/tab.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "js\/linkedin.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "js\/linkedin_talent.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/talent\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar.html",
                "js\/sidebar.js",
                "css\/sidebar.css",
                "css\/tab.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+F",
                "mac": "Alt+Shift+F",
                "chromeos": "Alt+Shift+F",
                "linux": "Alt+Shift+F"
            }
        }
    },
    "permissions": [
        "cookies",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "https:\/\/app.factorialhr.com\/",
        "https:\/\/api.factorialhr.com\/"
    ]
}