ApplicantPro
It's easy to add new hires into your payroll/hris system directly from this extension.
ApplicantPro란 무엇입니까?
ApplicantPro은(는) JobMatch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It's easy to add new hires into your payroll/hris system directly from this extension."입니다.
확장 프로그램 스크린샷
ApplicantPro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This app makes it easy to add new hires into your payroll or HRIS system by injecting the job seekers information directly from ApplicantPro without you needing to manually type it in
확장 프로그램 기본 정보
이름 | ApplicantPro |
ID | chlobdglpfanjimhnhadcekpdgjhcjdf |
공식 URL | https://chromewebstore.google.com/detail/applicantpro/chlobdglpfanjimhnhadcekpdgjhcjdf |
설명 | It's easy to add new hires into your payroll/hris system directly from this extension. |
파일 크기 | 1.75 MB |
설치 횟수 | 448 |
현재 버전 | 1.2.13 |
최근 업데이트 | 2021-12-03 |
출시 날짜 | 2020-03-27 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | JobMatch |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.applicantpro.com/extensions-privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "ApplicantPro", "version": "1.2.13", "description": "It's easy to add new hires into your payroll\/hris system directly from this extension.", "homepage_url": "https:\/\/www.applicantpro.com", "author": "ApplicantPro", "icons": { "16": "icons\/chlobdglpfanjimhnhadcekpdgjhcjdf\/16.png", "48": "icons\/chlobdglpfanjimhnhadcekpdgjhcjdf\/48.png", "128": "icons\/chlobdglpfanjimhnhadcekpdgjhcjdf\/128.png" }, "browser_action": { "default_icon": "icons\/chlobdglpfanjimhnhadcekpdgjhcjdf\/128.png", "default_title": "ApplicantPro", "default_popup": "browser_action\/index.html" }, "background": { "scripts": [ "jquery\/jquery-min.js", "js\/background.js" ], "persistent": true }, "permissions": [ "tabs", "activeTab", "storage", "webNavigation", "https:\/\/support-tree-207017.appspot.com\/*", "https:\/\/admin.applicantpro.com\/*" ], "web_accessible_resources": [ "web_access\/*", "browser_action\/person.html", "images\/header\/*", "css\/popin.css", "js\/*" ], "optional_permissions": [ "*:\/\/*\/*" ] } |