Breezy HR for Chrome
Easily source candidates from a variety of services
Qu'est-ce que Breezy HR for Chrome ?
Breezy HR for Chrome est une extension Chrome développée par https://breezy.hr, et sa fonction principale est "Easily source candidates from a variety of services".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Breezy HR for Chrome
Téléchargez les fichiers d'extension Breezy HR for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
* * 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.
Informations de Base sur l'Extension
Nom | Breezy HR for Chrome |
ID | oglfmpkdnfgbonmbjfiiclinjlmanjok |
URL Officiel | https://chromewebstore.google.com/detail/breezy-hr-for-chrome/oglfmpkdnfgbonmbjfiiclinjlmanjok |
Description | Easily source candidates from a variety of services |
Taille du Fichier | 117 KB |
Nombre d'Installations | 1,328 |
Version Actuelle | 1.6.7 |
Dernière Mise à Jour | 2021-07-02 |
Date de Publication | 2020-06-03 |
Évaluation | 3.54/5 Total 13 Évaluations |
Développeur | https://breezy.hr |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://breezy.hr/ |
URL de la Page d'Aide | http://resources.breezy.hr/ |
URL de la Page de Politique de Confidentialité | https://breezy.hr/privacy |
Langues Prises en Charge | 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\/" ] } |