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”。
擴展截圖
下載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 |
ID | oglfmpkdnfgbonmbjfiiclinjlmanjok |
官方網址 | 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\/" ] } |