Breezy HR for Chrome
Easily source candidates from a variety of services
ما هو Breezy HR for Chrome؟
Breezy HR for Chrome هو إضافة Chrome تم تطويرها بواسطة https://breezy.hr، والميزة الرئيسية لها هي "Easily source candidates from a variety of services".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Breezy HR for Chrome
قم بتنزيل ملفات الامتداد Breezy HR for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
* * 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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://breezy.hr/ |
عنوان صفحة المساعدة | http://resources.breezy.hr/ |
عنوان صفحة سياسة الخصوصية | 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\/" ] } |