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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 |
อีเมล | [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\/" ] } |