Freshteam Sourcing Extension
Easy plug and play extension from Freshteam to source your candidates.
Freshteam Sourcing Extensionคืออะไร?
Freshteam Sourcing Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Freshteam by Freshworks และคุณลักษณะหลักของมันคือ "Easy plug and play extension from Freshteam to source your candidates."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freshteam Sourcing Extension
ดาวน์โหลดไฟล์ส่วนขยาย Freshteam Sourcing Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pursuing candidates on external sites made easy! With the all new Freshteam Sourcing Extension you can: → Experience frictionless candidate sourcing → Avoid pursuing duplicate candidates → Spend more time in building hiring pipeline You need a Freshteam account to use this extension. Signup for free here: https://www.freshworks.com/hrms/signup/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | efceagngbclbofcpknkbbicbmfdbpefa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/freshteam-sourcing-extens/efceagngbclbofcpknkbbicbmfdbpefa |
คำอธิบาย | Easy plug and play extension from Freshteam to source your candidates. |
ขนาดไฟล์ | 1.66 MB |
จำนวนการติดตั้ง | 462 |
เวอร์ชันปัจจุบัน | 2.2.0 |
อัปเดตครั้งล่าสุด | 2022-09-05 |
วันที่เผยแพร่ | 2021-06-17 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Freshteam by Freshworks |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.freshworks.com/hrms/ |
URL หน้าช่วยเหลือ | https://support.freshteam.com/support/home |
URL หน้านโยบายความเป็นส่วนตัว | https://www.freshworks.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Freshteam Sourcing Extension", "description": "Easy plug and play extension from Freshteam to source your candidates.", "version": "2.2.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "storage" ], "icons": { "16": "assets\/images\/ft-logo-s.png", "48": "assets\/images\/ft-logo-m.png", "128": "assets\/images\/ft-logo-l.png" }, "host_permissions": [ "https:\/\/*\/*" ], "action": { "default_title": "Freshteam Sourcing Extension" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "css": [ "assets\/ft-chrome-extension.css", "assets\/vendor.css" ], "js": [ "content-script.js" ] } ] } |