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文件

下载Breezy HR for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        *
* 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\/"
    ]
}