Breezy HR for Chrome

Easily source candidates from a variety of services

Breezy HR for Chrome란 무엇입니까?

Breezy HR for Chrome은(는) https://breezy.hr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily source candidates from a variety of services"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Breezy HR for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        *
* This extenion is no longer supported.
*

Breezy for Chrome provides a quick, simple way to source candidates from  Xing, Indeed Resumes, AngelList, Dribbble and Github to your positions on Breezy. 

It's simple. Just browse to a user profile on a supported service, click the Breezy icon in the top right and you'll have the opportunity to import (source) their profile information on one or more of your published Breezy positions.                    

확장 프로그램 기본 정보

이름 Breezy HR for Chrome Breezy HR for Chrome
ID oglfmpkdnfgbonmbjfiiclinjlmanjok
공식 URL https://chromewebstore.google.com/detail/breezy-hr-for-chrome/oglfmpkdnfgbonmbjfiiclinjlmanjok
설명 Easily source candidates from a variety of services
파일 크기 117 KB
설치 횟수 1,328
현재 버전 1.6.7
최근 업데이트 2021-07-02
출시 날짜 2020-06-03
평점 3.54/5 총 13 개의 평점
개발자 https://breezy.hr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://breezy.hr/
도움말 페이지 URL http://resources.breezy.hr/
개인정보 보호 정책 페이지 URL https://breezy.hr/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breezy HR for Chrome",
    "short_name": "Breezy HR",
    "description": "Easily source candidates from a variety of services",
    "version": "1.6.7",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.indeed.com\/r\/*",
                "https:\/\/www.xing.com\/profile\/*",
                "https:\/\/dribbble.com\/*",
                "https:\/\/github.com\/*",
                "https:\/\/www.linkedin.com\/recruiter\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/www.linkedin.com\/pub\/*",
                "https:\/\/*.linkedin.com\/profile\/*",
                "https:\/\/angel.co\/*"
            ],
            "js": [
                "libs\/jquery.js",
                "process.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.indeed.com\/r\/*",
                "https:\/\/www.xing.com\/profile\/*",
                "https:\/\/dribbble.com\/*",
                "https:\/\/github.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/www.linkedin.com\/pub\/*",
                "https:\/\/*.linkedin.com\/profile\/*",
                "https:\/\/angel.co\/*"
            ],
            "js": [
                "libs\/jquery.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/app.breezy.hr\/"
    ]
}