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 |
公式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 |
Eメール | [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\/" ] } |