Application HelloWork Recruteur
Extension Chrome de l'app HelloWork Recruteur, ATS HelloWork.
Application HelloWork Recruteurคืออะไร?
Application HelloWork Recruteur เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://recruteur.hellowork.com และคุณลักษณะหลักของมันคือ "Extension Chrome de l'app HelloWork Recruteur, ATS HelloWork."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Application HelloWork Recruteur
ดาวน์โหลดไฟล์ส่วนขยาย Application HelloWork Recruteur ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save time with the CV Import (chrome extension). Go faster to process new profiles found on the web. Spotted a profile on the web or social network and then upload it directly into your app HelloWork Recruteur. Put it in the right folder : hiring in progress or talents pools. Easy to use : access is done directly from your Chrome browser. Use it to source resumes and import interesting profils from LinkedIn, leading resumes databases in France, social media, blogs, websites. Features - Search for candidates on search engines - Candidate sourcing - Push candidates to your app HelloWork Recruteur - Tags candidate profile - Automatic data extraction from social network profiles If you need support, please contact our, directly in app : https://app-recruteur.hellowork.com/ Do you know HelloWork Recruteur ? It’s an Applicant Tracking System (ATS). With this all-in-one : - Write your job ad and multi-post on the main french jobboards (institutionnals & privates, also the free ones) - All (applications) in one app - Keep the flame alive: from the application to the first day in your company, create links with your candidates. With you app HelloWork Recruteur, save time in hiring process. Smile, you’re recruiting with HelloWork
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Application HelloWork Recruteur |
ID | cgmfcblelfnndknlmckoclldnnefhbja |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/application-hellowork-rec/cgmfcblelfnndknlmckoclldnnefhbja |
คำอธิบาย | Extension Chrome de l'app HelloWork Recruteur, ATS HelloWork. |
ขนาดไฟล์ | 950 KB |
จำนวนการติดตั้ง | 2,036 |
เวอร์ชันปัจจุบัน | 1.6.0 |
อัปเดตครั้งล่าสุด | 2023-11-22 |
วันที่เผยแพร่ | 2020-06-17 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://recruteur.hellowork.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://app-recruteur.hellowork.com/ |
URL หน้าช่วยเหลือ | https://talentdetectionhelp.zendesk.com/hc/fr/articles/360005212693-Le-sourcing |
URL หน้านโยบายความเป็นส่วนตัว | https://www.talentdetection.com/ContratRgpd |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Application HelloWork Recruteur", "description": "Extension Chrome de l'app HelloWork Recruteur, ATS HelloWork.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "fr", "version": "1.6.0", "permissions": [ "activeTab", "storage", "tabs" ], "browser_action": { "default_icon": "images\/icon-32.png", "default_popup": "html\/popup.html" }, "externally_connectable": { "matches": [ "https:\/\/app-recruteur.hellowork.com\/*" ] }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*.talentdetection.com\/*", "*:\/\/*.hellowork.com\/*", "*:\/\/*.regionsjob.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.cvaden.com\/*", "*:\/\/*.viadeo.com\/*", "*:\/\/*.indeed.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.meteojob.com\/*", "*:\/\/*.doyoubuzz.com\/*", "*:\/\/*.jobteaser.com\/*", "*:\/\/*.remixjobs.com\/*", "*:\/\/*.codeur.com\/*", "*:\/\/*.fashionjobs.com\/*", "*:\/\/*.aeroemploiformation.com\/*", "*:\/\/*.qapa.fr\/*", "*:\/\/*.monster.fr\/*", "*:\/\/*.hopwork.fr\/*", "*:\/\/*.leboncoin.fr\/*", "*:\/\/*.apec.fr\/*", "*:\/\/*.pole-emploi.fr\/*", "*:\/\/*.welcomekit.co\/*" ], "match_about_blank": true, "js": [ "js\/lib\/jquery-3.3.1.min.js", "js\/content.js", "js\/capture.js" ] } ] } |