Reczee Wand
Reczee Wand helps you to quickly perform your recruitment tasks with advanced automation.
Reczee Wand란 무엇입니까?
Reczee Wand은(는) https://reczee.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reczee Wand helps you to quickly perform your recruitment tasks with advanced automation."입니다.
확장 프로그램 스크린샷
Reczee Wand 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
For job applicants on LinkedIn, iimjobs.com, hirist.com, updazz.com - it is painful going over 100s of applicants manually and copy-pasting the emails, phone number, resume, name, etc, and putting them to your ATS (Applicant Tracking System) or the spreadsheet you maintain for your recruitment tracking. Reczee Wand enables you to just open the Applicants page and with a click of a button, you have all the information you need in a CSV format.
확장 프로그램 기본 정보
이름 | Reczee Wand |
ID | beepmphpahmddbgagholgnccfaamaidp |
공식 URL | https://chromewebstore.google.com/detail/reczee-wand/beepmphpahmddbgagholgnccfaamaidp |
설명 | Reczee Wand helps you to quickly perform your recruitment tasks with advanced automation. |
파일 크기 | 150 KB |
설치 횟수 | 301 |
현재 버전 | 2.1.2 |
최근 업데이트 | 2023-03-28 |
출시 날짜 | 2022-06-24 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://reczee.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.reczee.com |
개인정보 보호 정책 페이지 URL | https://www.reczee.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reczee Wand", "description": "Reczee Wand helps you to quickly perform your recruitment tasks with advanced automation.", "version": "2.1.2", "manifest_version": 3, "background": { "service_worker": "prod-assets\/background.js" }, "permissions": [ "tabs", "scripting" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/hiring\/jobs\/*\/applicants\/*\/detail", "https:\/\/recruit.updazz.com\/job\/*\/applications", "https:\/\/recruit.iimjobs.com\/job\/*\/applications", "https:\/\/recruit.hirist.com\/job\/*\/applications" ], "js": [ "prod-assets\/content.js" ], "run_at": "document_start" } ], "host_permissions": [ "https:\/\/www.linkedin.com\/hiring\/jobs\/*\/applicants\/*\/detail", "https:\/\/recruit.updazz.com\/job\/*\/applications", "https:\/\/api-rec.updazz.com\/resume\/*", "https:\/\/recruit.iimjobs.com\/job\/*\/applications", "https:\/\/api-rec.iimjobs.com\/resume\/*", "https:\/\/recruit.hirist.com\/job\/*\/applications", "https:\/\/api-rec.hirist.com\/resume\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/reczee-16-16.png", "32": "\/images\/reczee-32-32.png", "48": "\/images\/reczee-48-48.png", "128": "\/images\/reczee-128-128.png" } }, "icons": { "16": "\/images\/reczee-16-16.png", "32": "\/images\/reczee-32-32.png", "48": "\/images\/reczee-48-48.png", "128": "\/images\/reczee-128-128.png" } } |