PersiaHR Extension
Import CVs from job search sites into PersiaHR ATS
PersiaHR Extension란 무엇입니까?
PersiaHR Extension은(는) https://www.persiahr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import CVs from job search sites into PersiaHR ATS"입니다.
확장 프로그램 스크린샷
PersiaHR Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extension helps you to import resumes from popular job search sites (LinkedIn.com, Work.ua, Robota.ua, Talent.UA, GRC.ua, superjob.ua, rabota.kharkov.ua and others) in PersiaHR ATS — a simple and convenient system for automation of work of recruiters. https://www.PersiaHR.com
확장 프로그램 기본 정보
이름 | PersiaHR Extension |
ID | klfcbkagebjjiafdcbjopncmhlhaopkn |
공식 URL | https://chromewebstore.google.com/detail/persiahr-extension/klfcbkagebjjiafdcbjopncmhlhaopkn |
설명 | Import CVs from job search sites into PersiaHR ATS |
파일 크기 | 168 KB |
설치 횟수 | 582 |
현재 버전 | 2.2.0 |
최근 업데이트 | 2023-11-22 |
출시 날짜 | 2018-02-05 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://www.persiahr.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.persiahr.com/feature/single-database |
도움말 페이지 URL | https://www.persiahr.com/feature/single-database |
개인정보 보호 정책 페이지 URL | https://www.persiahr.com/agreement |
지원되는 언어 | en,ru,uk |
manifest.json | |
{ "name": "__MSG_info_name__", "short_name": "PersiaHR", "version": "2.2.0", "manifest_version": 3, "default_locale": "uk", "description": "__MSG_info_description__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "https:\/\/www.persiahr.com\/feature\/single-database", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "background": { "service_worker": "serviceWorker.js" }, "action": { "default_icon": "icons\/button_gray.png", "default_title": "PersiaHR.com" }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "select2\/select2.js", "select2\/i18n\/ru.js", "select2\/i18n\/uk.js", "contentPersia.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/persiahr.com\/*" ], "run_at": "document_end", "all_frames": true } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/www.persiahr.com\/*", "*:\/\/persiahr.com\/*", " |