Breezy HR for Chrome
Easily source candidates from a variety of services
What is Breezy HR for Chrome?
Breezy HR for Chrome is a Chrome extension developed by https://breezy.hr, and its main feature is "Easily source candidates from a variety of services".
Extension Screenshots
Download Breezy HR for Chrome Extension CRX File
Download Breezy HR for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
* * 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.
Extension Basic Information
Name | Breezy HR for Chrome |
ID | oglfmpkdnfgbonmbjfiiclinjlmanjok |
Official URL | https://chromewebstore.google.com/detail/breezy-hr-for-chrome/oglfmpkdnfgbonmbjfiiclinjlmanjok |
Description | Easily source candidates from a variety of services |
File Size | 117 KB |
Installation Count | 1,328 |
Current Version | 1.6.7 |
Last Updated | 2021-07-02 |
Publish Date | 2020-06-03 |
Rating | 3.54/5 Total 13 Ratings |
Developer | https://breezy.hr |
[email protected] | |
Payment Type | free |
Extension Website | https://breezy.hr/ |
Help Page URL | http://resources.breezy.hr/ |
Privacy Policy Page URL | https://breezy.hr/privacy |
Supported Languages | 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\/" ] } |