Recruiters' integration tool
Fill your candidate database from job boards in 1 click!
Recruiters' integration toolคืออะไร?
Recruiters' integration tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cleverstaff.net และคุณลักษณะหลักของมันคือ "Fill your candidate database from job boards in 1 click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Recruiters' integration tool
ดาวน์โหลดไฟล์ส่วนขยาย Recruiters' integration tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This browser extension allows you to add candidates to your account database (ATS & recruitment software). Every candidate you add appears in your account database as a structured & searchable candidate profile. Install the extension and add candidates directly to the database from your local job boards.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Recruiters' integration tool |
ID | komohkkfnbgjojbglkikdfbkjpefkjem |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/recruiters-integration-to/komohkkfnbgjojbglkikdfbkjpefkjem |
คำอธิบาย | Fill your candidate database from job boards in 1 click! |
ขนาดไฟล์ | 2.42 MB |
จำนวนการติดตั้ง | 1,988 |
เวอร์ชันปัจจุบัน | 15.1.42 |
อัปเดตครั้งล่าสุด | 2024-02-22 |
วันที่เผยแพร่ | 2021-06-17 |
คะแนน | 4.73/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://cleverstaff.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://cleverstaff.net/privacy.html |
ภาษาที่รองรับ | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "15.1.42", "default_locale": "en", "background": { "scripts": [ "background-es2015.js", "runtime-es2015.js" ], "persistent": true }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "auth_popup.html", "default_title": "ATS plugin 2" }, "permissions": [ "webRequest", "webRequestBlocking", "webNavigation", "https:\/\/cleverstaff.net\/", "https:\/\/*.cleverstaff.net\/*", "https:\/\/dev.cleverstaff.net\/", "https:\/\/zeus.cleverstaff.net\/", "https:\/\/mars.cleverstaff.net\/", "https:\/\/orion.cleverstaff.net\/", "https:\/\/io.cleverstaff.net\/", "https:\/\/eos.cleverstaff.net\/", "https:\/\/ares.cleverstaff.net\/", "https:\/\/hera.cleverstaff.net\/", "https:\/\/luna.cleverstaff.net\/", "https:\/\/elon.cleverstaff.net\/", "https:\/\/cleverstaff.intersog.com\/", "https:\/\/cleverstaff.rsmrecruitment.com\/", "http:\/\/altexsoft.cleverstaff.net\/", "https:\/\/cs.smart-hr.com.ua\/", "https:\/\/antal.cleverstaff.net\/", "https:\/\/ph.cleverstaff.net\/", "https:\/\/cleverstaff.altexsoft.com\/", "https:\/\/cleverstaff.artelgroup.org\/", "https:\/\/www.linkedin.com\/", "https:\/\/linkedin.com\/", "https:\/\/*.linkedin.com\/", "https:\/\/*.linkedin.com\/*", "https:\/\/www.work.ua\/", "https:\/\/jobs.dou.ua\/", "https:\/\/robota.ua\/", "https:\/\/notebook.robota.ua\/", "https:\/\/*.grc.ua\/", "https:\/\/hh.ru\/", "https:\/\/*.hh.ru\/", "https:\/\/hh.kz\/", "https:\/\/*.hh.kz\/", "https:\/\/hh.uz\/", "https:\/\/*.hh.uz\/", "https:\/\/jobs.tut.by\/", "https:\/\/*.jobs.tut.by\/", "https:\/\/rabota.by\/", "https:\/\/*.rabota.by\/", "https:\/\/www.superjob.ua\/", "https:\/\/*.superjob.ua\/", "https:\/\/www.superjob.ru\/", "https:\/\/*.superjob.ru\/", "https:\/\/www.job.kg\/", "https:\/\/www.rabota.uz\/", "https:\/\/rabota.uz\/", "https:\/\/www.cv.lv\/", "https:\/\/*.dou.ua\/", "https:\/\/*.djinni.co\/", "https:\/\/djinni.co\/", "https:\/\/*.pracuj.pl\/", "https:\/\/pracuj.pl", "https:\/\/*.strefa.pracuj.pl", "https:\/\/strefa.pracuj.pl", "https:\/\/*.olx.pl\/", "https:\/\/www.olx.pl\/" ], "host_permissions": [ "https:\/\/*.djinni.co\/", "https:\/\/djinni.co\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "bundle.js", "content-script-es2015.js", "runtime-es2015.js", "polyfills-es2015.js", "https:\/\/unpkg.com\/@webcomponents\/[email protected]\/bundles\/webcomponents-sd-ce.js", "styles.css" ] } |